Class: Aws::MediaLive::Types::UpdateNodeStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateNodeStateResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#sdi_source_mappings ⇒ Array<Types::SdiSourceMapping>
Used in SdiSourceMappings.
-
#state ⇒ String
Used in DescribeNodeSummary.
Instance Attribute Details
#arn ⇒ String
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |
#channel_placement_groups ⇒ Array<String>
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |
#connection_state ⇒ String
Used in DescribeNodeSummary.
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |
#node_interface_mappings ⇒ Array<Types::NodeInterfaceMapping>
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
Used in CreateNodeRequest, CreateNodeRegistrationScriptRequest, DescribeNodeResult, DescribeNodeSummary, UpdateNodeRequest.
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |
#sdi_source_mappings ⇒ Array<Types::SdiSourceMapping>
Used in SdiSourceMappings.
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Used in DescribeNodeSummary.
20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010 21011 |
# File 'lib/aws-sdk-medialive/types.rb', line 20997 class UpdateNodeStateResponse < Struct.new( :arn, :channel_placement_groups, :cluster_id, :connection_state, :id, :instance_arn, :name, :node_interface_mappings, :role, :state, :sdi_source_mappings) SENSITIVE = [] include Aws::Structure end |