Class: Aws::Types::DescribeNodeSummary
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNodeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel_placement_groups ⇒ ::Array[::String]
Returns the value of attribute channel_placement_groups.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#connection_state ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute connection_state.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#managed_instance_id ⇒ ::String
Returns the value of attribute managed_instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMapping]
Returns the value of attribute node_interface_mappings.
-
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
-
#sdi_source_mappings ⇒ ::Array[Types::SdiSourceMapping]
Returns the value of attribute sdi_source_mappings.
-
#state ⇒ "CREATED", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5212 5213 5214 |
# File 'sig/types.rbs', line 5212 def arn @arn end |
#channel_placement_groups ⇒ ::Array[::String]
Returns the value of attribute channel_placement_groups.
5213 5214 5215 |
# File 'sig/types.rbs', line 5213 def channel_placement_groups @channel_placement_groups end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5214 5215 5216 |
# File 'sig/types.rbs', line 5214 def cluster_id @cluster_id end |
#connection_state ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute connection_state.
5215 5216 5217 |
# File 'sig/types.rbs', line 5215 def connection_state @connection_state end |
#id ⇒ ::String
Returns the value of attribute id.
5216 5217 5218 |
# File 'sig/types.rbs', line 5216 def id @id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
5217 5218 5219 |
# File 'sig/types.rbs', line 5217 def instance_arn @instance_arn end |
#managed_instance_id ⇒ ::String
Returns the value of attribute managed_instance_id.
5218 5219 5220 |
# File 'sig/types.rbs', line 5218 def managed_instance_id @managed_instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
5219 5220 5221 |
# File 'sig/types.rbs', line 5219 def name @name end |
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMapping]
Returns the value of attribute node_interface_mappings.
5220 5221 5222 |
# File 'sig/types.rbs', line 5220 def node_interface_mappings @node_interface_mappings end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
5221 5222 5223 |
# File 'sig/types.rbs', line 5221 def role @role end |
#sdi_source_mappings ⇒ ::Array[Types::SdiSourceMapping]
Returns the value of attribute sdi_source_mappings.
5223 5224 5225 |
# File 'sig/types.rbs', line 5223 def sdi_source_mappings @sdi_source_mappings end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
5222 5223 5224 |
# File 'sig/types.rbs', line 5222 def state @state end |