Class: Aws::Types::DeleteNetworkResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNetworkResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associated_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute associated_cluster_ids.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ip_pools ⇒ ::Array[Types::IpPool]
Returns the value of attribute ip_pools.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5010 5011 5012 |
# File 'sig/types.rbs', line 5010 def arn @arn end |
#associated_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute associated_cluster_ids.
5011 5012 5013 |
# File 'sig/types.rbs', line 5011 def associated_cluster_ids @associated_cluster_ids end |
#id ⇒ ::String
Returns the value of attribute id.
5012 5013 5014 |
# File 'sig/types.rbs', line 5012 def id @id end |
#ip_pools ⇒ ::Array[Types::IpPool]
Returns the value of attribute ip_pools.
5013 5014 5015 |
# File 'sig/types.rbs', line 5013 def ip_pools @ip_pools end |
#name ⇒ ::String
Returns the value of attribute name.
5014 5015 5016 |
# File 'sig/types.rbs', line 5014 def name @name end |
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
5015 5016 5017 |
# File 'sig/types.rbs', line 5015 def routes @routes end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
5016 5017 5018 |
# File 'sig/types.rbs', line 5016 def state @state end |