Class: Aws::Types::DeleteNodeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNodeResponse
- 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.
5027 5028 5029 |
# File 'sig/types.rbs', line 5027 def arn @arn end |
#channel_placement_groups ⇒ ::Array[::String]
Returns the value of attribute channel_placement_groups.
5028 5029 5030 |
# File 'sig/types.rbs', line 5028 def channel_placement_groups @channel_placement_groups end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5029 5030 5031 |
# File 'sig/types.rbs', line 5029 def cluster_id @cluster_id end |
#connection_state ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute connection_state.
5030 5031 5032 |
# File 'sig/types.rbs', line 5030 def connection_state @connection_state end |
#id ⇒ ::String
Returns the value of attribute id.
5031 5032 5033 |
# File 'sig/types.rbs', line 5031 def id @id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
5032 5033 5034 |
# File 'sig/types.rbs', line 5032 def instance_arn @instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
5033 5034 5035 |
# File 'sig/types.rbs', line 5033 def name @name end |
#node_interface_mappings ⇒ ::Array[Types::NodeInterfaceMapping]
Returns the value of attribute node_interface_mappings.
5034 5035 5036 |
# File 'sig/types.rbs', line 5034 def node_interface_mappings @node_interface_mappings end |
#role ⇒ "BACKUP", "ACTIVE"
Returns the value of attribute role.
5035 5036 5037 |
# File 'sig/types.rbs', line 5035 def role @role end |
#sdi_source_mappings ⇒ ::Array[Types::SdiSourceMapping]
Returns the value of attribute sdi_source_mappings.
5037 5038 5039 |
# File 'sig/types.rbs', line 5037 def sdi_source_mappings @sdi_source_mappings end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
5036 5037 5038 |
# File 'sig/types.rbs', line 5036 def state @state end |