Class: Aws::MediaLive::Types::UpdateChannelPlacementGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateChannelPlacementGroupResponse
- 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
20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20672 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20672 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20672 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20672 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20672 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<String>
20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20672 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeChannelPlacementGroupResult
20672 20673 20674 20675 20676 20677 20678 20679 20680 20681 20682 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20672 class UpdateChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end |