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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


1198
1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1198

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

#idString

ID of the resource

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1198

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

#stateString

Current state of the resource

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1198

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