Class: Aws::Types::DeleteClusterResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteClusterResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel_ids ⇒ ::Array[::String]
Returns the value of attribute channel_ids.
-
#cluster_type ⇒ "ON_PREMISES"
Returns the value of attribute cluster_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_settings ⇒ Types::ClusterNetworkSettings
Returns the value of attribute network_settings.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5003 5004 5005 |
# File 'sig/types.rbs', line 5003 def arn @arn end |
#channel_ids ⇒ ::Array[::String]
Returns the value of attribute channel_ids.
5004 5005 5006 |
# File 'sig/types.rbs', line 5004 def channel_ids @channel_ids end |
#cluster_type ⇒ "ON_PREMISES"
Returns the value of attribute cluster_type.
5005 5006 5007 |
# File 'sig/types.rbs', line 5005 def cluster_type @cluster_type end |
#id ⇒ ::String
Returns the value of attribute id.
5006 5007 5008 |
# File 'sig/types.rbs', line 5006 def id @id end |
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
5007 5008 5009 |
# File 'sig/types.rbs', line 5007 def instance_role_arn @instance_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
5008 5009 5010 |
# File 'sig/types.rbs', line 5008 def name @name end |
#network_settings ⇒ Types::ClusterNetworkSettings
Returns the value of attribute network_settings.
5009 5010 5011 |
# File 'sig/types.rbs', line 5009 def network_settings @network_settings end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
5010 5011 5012 |
# File 'sig/types.rbs', line 5010 def state @state end |