Class: Aws::ElasticTranscoder::Types::TestRoleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::TestRoleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
The ‘TestRoleRequest` structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_bucket ⇒ String
The Amazon S3 bucket that contains media files to be transcoded.
-
#output_bucket ⇒ String
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to.
-
#role ⇒ String
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
-
#topics ⇒ Array<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.
Instance Attribute Details
#input_bucket ⇒ String
The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
3227 3228 3229 3230 3231 3232 3233 3234 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3227 class TestRoleRequest < Struct.new( :role, :input_bucket, :output_bucket, :topics) SENSITIVE = [] include Aws::Structure end |
#output_bucket ⇒ String
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.
3227 3228 3229 3230 3231 3232 3233 3234 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3227 class TestRoleRequest < Struct.new( :role, :input_bucket, :output_bucket, :topics) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
3227 3228 3229 3230 3231 3232 3233 3234 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3227 class TestRoleRequest < Struct.new( :role, :input_bucket, :output_bucket, :topics) SENSITIVE = [] include Aws::Structure end |
#topics ⇒ Array<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.
3227 3228 3229 3230 3231 3232 3233 3234 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3227 class TestRoleRequest < Struct.new( :role, :input_bucket, :output_bucket, :topics) SENSITIVE = [] include Aws::Structure end |