Class: Aws::MediaLive::Types::BatchSuccessfulResultModel

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

Overview

Details from a successful operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the resource

Returns:

  • (String)


1213
1214
1215
1216
1217
1218
1219
# File 'lib/aws-sdk-medialive/types.rb', line 1213

class BatchSuccessfulResultModel < Struct.new(
  :arn,
  :id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

ID of the resource

Returns:

  • (String)


1213
1214
1215
1216
1217
1218
1219
# File 'lib/aws-sdk-medialive/types.rb', line 1213

class BatchSuccessfulResultModel < Struct.new(
  :arn,
  :id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Current state of the resource

Returns:

  • (String)


1213
1214
1215
1216
1217
1218
1219
# File 'lib/aws-sdk-medialive/types.rb', line 1213

class BatchSuccessfulResultModel < Struct.new(
  :arn,
  :id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end