Class: Aws::ElasticTranscoder::Types::TestRoleResponse

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

Overview

The ‘TestRoleResponse` structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messagesArray<String>

If the ‘Success` element contains `false`, this value is an array of one or more error messages that were generated during the test process.

Returns:

  • (Array<String>)


4180
4181
4182
4183
4184
4185
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 4180

class TestRoleResponse < Struct.new(
  :success,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end

#successString

If the operation is successful, this value is ‘true`; otherwise, the value is `false`.

Returns:

  • (String)


4180
4181
4182
4183
4184
4185
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 4180

class TestRoleResponse < Struct.new(
  :success,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end