Class: Aws::Types::UpdateNetworkResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNetworkResult
- 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.
5504 5505 5506 |
# File 'sig/types.rbs', line 5504 def arn @arn end |
#associated_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute associated_cluster_ids.
5505 5506 5507 |
# File 'sig/types.rbs', line 5505 def associated_cluster_ids @associated_cluster_ids end |
#id ⇒ ::String
Returns the value of attribute id.
5506 5507 5508 |
# File 'sig/types.rbs', line 5506 def id @id end |
#ip_pools ⇒ ::Array[Types::IpPool]
Returns the value of attribute ip_pools.
5507 5508 5509 |
# File 'sig/types.rbs', line 5507 def ip_pools @ip_pools end |
#name ⇒ ::String
Returns the value of attribute name.
5508 5509 5510 |
# File 'sig/types.rbs', line 5508 def name @name end |
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
5509 5510 5511 |
# File 'sig/types.rbs', line 5509 def routes @routes end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
5510 5511 5512 |
# File 'sig/types.rbs', line 5510 def state @state end |