Class: Aws::MediaLive::Types::UpdateChannelPlacementGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateChannelPlacementGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #channels ⇒ Array<String>
- #cluster_id ⇒ String
- #id ⇒ String
- #name ⇒ String
- #nodes ⇒ Array<String>
-
#state ⇒ String
Used in DescribeChannelPlacementGroupResult.
Instance Attribute Details
#arn ⇒ String
20203 20204 20205 20206 20207 20208 20209 20210 20211 20212 20213 |
# File 'lib/aws-sdk-medialive/types.rb', line 20203 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
20203 20204 20205 20206 20207 20208 20209 20210 20211 20212 20213 |
# File 'lib/aws-sdk-medialive/types.rb', line 20203 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
20203 20204 20205 20206 20207 20208 20209 20210 20211 20212 20213 |
# File 'lib/aws-sdk-medialive/types.rb', line 20203 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
20203 20204 20205 20206 20207 20208 20209 20210 20211 20212 20213 |
# File 'lib/aws-sdk-medialive/types.rb', line 20203 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
20203 20204 20205 20206 20207 20208 20209 20210 20211 20212 20213 |
# File 'lib/aws-sdk-medialive/types.rb', line 20203 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<String>
20203 20204 20205 20206 20207 20208 20209 20210 20211 20212 20213 |
# File 'lib/aws-sdk-medialive/types.rb', line 20203 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeChannelPlacementGroupResult
20203 20204 20205 20206 20207 20208 20209 20210 20211 20212 20213 |
# File 'lib/aws-sdk-medialive/types.rb', line 20203 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |