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.
5020 5021 5022 |
# File 'sig/types.rbs', line 5020 def arn @arn end |
#associated_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute associated_cluster_ids.
5021 5022 5023 |
# File 'sig/types.rbs', line 5021 def associated_cluster_ids @associated_cluster_ids end |
#id ⇒ ::String
Returns the value of attribute id.
5022 5023 5024 |
# File 'sig/types.rbs', line 5022 def id @id end |
#ip_pools ⇒ ::Array[Types::IpPool]
Returns the value of attribute ip_pools.
5023 5024 5025 |
# File 'sig/types.rbs', line 5023 def ip_pools @ip_pools end |
#name ⇒ ::String
Returns the value of attribute name.
5024 5025 5026 |
# File 'sig/types.rbs', line 5024 def name @name end |
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
5025 5026 5027 |
# File 'sig/types.rbs', line 5025 def routes @routes end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
5026 5027 5028 |
# File 'sig/types.rbs', line 5026 def state @state end |