Struct aws_sdk_elastictranscoder::input::TestRoleInput [−][src]
#[non_exhaustive]pub struct TestRoleInput {
pub role: Option<String>,
pub input_bucket: Option<String>,
pub output_bucket: Option<String>,
pub topics: Option<Vec<String>>,
}
Expand description
The TestRoleRequest
structure.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.role: Option<String>
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
input_bucket: Option<String>
The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
output_bucket: Option<String>
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.
topics: Option<Vec<String>>
The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestRole, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestRole, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<TestRole
>
Creates a new builder-style object to manufacture TestRoleInput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TestRoleInput
impl Send for TestRoleInput
impl Sync for TestRoleInput
impl Unpin for TestRoleInput
impl UnwindSafe for TestRoleInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more