Class: Aws::MediaLive::Types::DeleteNodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DeleteNodeResponse
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#channel_placement_groups ⇒ Array<String>
-
#cluster_id ⇒ String
-
#connection_state ⇒ String
Used in DescribeNodeSummary.
-
#id ⇒ String
-
#instance_arn ⇒ String
-
#name ⇒ String
-
#node_interface_mappings ⇒ Array<Types::NodeInterfaceMapping>
-
#role ⇒ String
Used in CreateNodeRequest, CreateNodeRegistrationScriptRequest, DescribeNodeResult, DescribeNodeSummary, UpdateNodeRequest.
-
#state ⇒ String
Used in DescribeNodeSummary.
Instance Attribute Details
#arn ⇒ String
18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 18747 18748 18749 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18736 class DeleteNodeResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state) SENSITIVE = [] include Aws::Structure end |
#channel_placement_groups ⇒ Array<String>
18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 18747 18748 18749 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18736 class DeleteNodeResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 18747 18748 18749 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18736 class DeleteNodeResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state) SENSITIVE = [] include Aws::Structure end |
#connection_state ⇒ String
Used in DescribeNodeSummary.
18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 18747 18748 18749 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18736 class DeleteNodeResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 18747 18748 18749 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18736 class DeleteNodeResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 18747 18748 18749 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18736 class DeleteNodeResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 18747 18748 18749 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18736 class DeleteNodeResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state) SENSITIVE = [] include Aws::Structure end |
#node_interface_mappings ⇒ Array<Types::NodeInterfaceMapping>
18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 18747 18748 18749 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18736 class DeleteNodeResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
Used in CreateNodeRequest, CreateNodeRegistrationScriptRequest, DescribeNodeResult, DescribeNodeSummary, UpdateNodeRequest.
18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 18747 18748 18749 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18736 class DeleteNodeResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeNodeSummary.
18736 18737 18738 18739 18740 18741 18742 18743 18744 18745 18746 18747 18748 18749 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18736 class DeleteNodeResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state) SENSITIVE = [] include Aws::Structure end |