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.
5202 5203 5204 |
# File 'sig/types.rbs', line 5202 def arn @arn end |
#channel_placement_groups ⇒ ::Array[::String]
Returns the value of attribute channel_placement_groups.
5203 5204 5205 |
# File 'sig/types.rbs', line 5203 def channel_placement_groups @channel_placement_groups end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5204 5205 5206 |
# File 'sig/types.rbs', line 5204 def cluster_id @cluster_id end |
#connection_state ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute connection_state.
5205 5206 5207 |
# File 'sig/types.rbs', line 5205 def connection_state @connection_state end |
#id ⇒ ::String
Returns the value of attribute id.
5206 5207 5208 |
# File 'sig/types.rbs', line 5206 def id @id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
5207 5208 5209 |
# File 'sig/types.rbs', line 5207 def instance_arn @instance_arn end |
#managed_instance_id ⇒ ::String
Returns the value of attribute managed_instance_id.
5208 5209 5210 |
# File 'sig/types.rbs', line 5208 def managed_instance_id @managed_instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
5209 5210 5211 |
# File 'sig/types.rbs', line 5209 def name @name end |
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMapping]
Returns the value of attribute node_interface_mappings.
5210 5211 5212 |
# File 'sig/types.rbs', line 5210 def node_interface_mappings @node_interface_mappings end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
5211 5212 5213 |
# File 'sig/types.rbs', line 5211 def role @role end |
#sdi_source_mappings ⇒ ::Array[Types::SdiSourceMapping]
Returns the value of attribute sdi_source_mappings.
5213 5214 5215 |
# File 'sig/types.rbs', line 5213 def sdi_source_mappings @sdi_source_mappings end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
5212 5213 5214 |
# File 'sig/types.rbs', line 5212 def state @state end |