You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TestRoleRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  role: "Role", # required
  input_bucket: "BucketName", # required
  output_bucket: "BucketName", # required
  topics: ["SnsTopic"], # required
}

The TestRoleRequest structure.

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)

    The Amazon S3 bucket that contains media files to be transcoded.

#output_bucketString

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

Returns:

  • (String)

    The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to.

#roleString

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

Returns:

  • (String)

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

#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>)

    The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.