Class: Aws::ElasticTranscoder::Types::TestRoleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb

Overview

The TestRoleRequest structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_bucketString

The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

Returns:

  • (String)


3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3238

class TestRoleRequest < Struct.new(
  :role,
  :input_bucket,
  :output_bucket,
  :topics)
  SENSITIVE = []
  include Aws::Structure
end

#output_bucketString

The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

Returns:

  • (String)


3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3238

class TestRoleRequest < Struct.new(
  :role,
  :input_bucket,
  :output_bucket,
  :topics)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

Returns:

  • (String)


3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3238

class TestRoleRequest < Struct.new(
  :role,
  :input_bucket,
  :output_bucket,
  :topics)
  SENSITIVE = []
  include Aws::Structure
end

#topicsArray<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.

Returns:

  • (Array<String>)


3238
3239
3240
3241
3242
3243
3244
3245
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3238

class TestRoleRequest < Struct.new(
  :role,
  :input_bucket,
  :output_bucket,
  :topics)
  SENSITIVE = []
  include Aws::Structure
end