Class: Aws::MediaLive::Types::BatchSuccessfulResultModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BatchSuccessfulResultModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Details from a successful operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the resource.
-
#id ⇒ String
ID of the resource.
-
#state ⇒ String
Current state of the resource.
Instance Attribute Details
#arn ⇒ String
ARN of the resource
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 |
#id ⇒ String
ID of the resource
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 |
#state ⇒ String
Current state of the resource
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 |