Class: Aws::MediaLive::Types::CreateChannelPlacementGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateChannelPlacementGroupResponse
- 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
18168 18169 18170 18171 18172 18173 18174 18175 18176 18177 18178 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18168 class CreateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
18168 18169 18170 18171 18172 18173 18174 18175 18176 18177 18178 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18168 class CreateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
18168 18169 18170 18171 18172 18173 18174 18175 18176 18177 18178 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18168 class CreateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
18168 18169 18170 18171 18172 18173 18174 18175 18176 18177 18178 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18168 class CreateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
18168 18169 18170 18171 18172 18173 18174 18175 18176 18177 18178 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18168 class CreateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<String>
18168 18169 18170 18171 18172 18173 18174 18175 18176 18177 18178 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18168 class CreateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeChannelPlacementGroupResult
18168 18169 18170 18171 18172 18173 18174 18175 18176 18177 18178 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18168 class CreateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |