Class: Aws::MediaLive::Types::DescribeChannelPlacementGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeChannelPlacementGroupResponse
- Defined in:
- gems/aws-sdk-medialive/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
19192 19193 19194 19195 19196 19197 19198 19199 19200 19201 19202 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19192 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
19192 19193 19194 19195 19196 19197 19198 19199 19200 19201 19202 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19192 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
19192 19193 19194 19195 19196 19197 19198 19199 19200 19201 19202 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19192 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
19192 19193 19194 19195 19196 19197 19198 19199 19200 19201 19202 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19192 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
19192 19193 19194 19195 19196 19197 19198 19199 19200 19201 19202 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19192 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<String>
19192 19193 19194 19195 19196 19197 19198 19199 19200 19201 19202 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19192 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeChannelPlacementGroupResult
19192 19193 19194 19195 19196 19197 19198 19199 19200 19201 19202 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19192 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |