Class: Aws::Types::CreateNodeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateNodeResponse
- 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.
-
#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.
4966 4967 4968 |
# File 'sig/types.rbs', line 4966 def arn @arn end |
#channel_placement_groups ⇒ ::Array[::String]
Returns the value of attribute channel_placement_groups.
4967 4968 4969 |
# File 'sig/types.rbs', line 4967 def channel_placement_groups @channel_placement_groups end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
4968 4969 4970 |
# File 'sig/types.rbs', line 4968 def cluster_id @cluster_id end |
#connection_state ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute connection_state.
4969 4970 4971 |
# File 'sig/types.rbs', line 4969 def connection_state @connection_state end |
#id ⇒ ::String
Returns the value of attribute id.
4970 4971 4972 |
# File 'sig/types.rbs', line 4970 def id @id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
4971 4972 4973 |
# File 'sig/types.rbs', line 4971 def instance_arn @instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
4972 4973 4974 |
# File 'sig/types.rbs', line 4972 def name @name end |
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMapping]
Returns the value of attribute node_interface_mappings.
4973 4974 4975 |
# File 'sig/types.rbs', line 4973 def node_interface_mappings @node_interface_mappings end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
4974 4975 4976 |
# File 'sig/types.rbs', line 4974 def role @role end |
#sdi_source_mappings ⇒ ::Array[Types::SdiSourceMapping]
Returns the value of attribute sdi_source_mappings.
4976 4977 4978 |
# File 'sig/types.rbs', line 4976 def sdi_source_mappings @sdi_source_mappings end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
4975 4976 4977 |
# File 'sig/types.rbs', line 4975 def state @state end |