Class: Aws::Types::DescribeNetworkResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkResult
- 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.
5147 5148 5149 |
# File 'sig/types.rbs', line 5147 def arn @arn end |
#associated_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute associated_cluster_ids.
5148 5149 5150 |
# File 'sig/types.rbs', line 5148 def associated_cluster_ids @associated_cluster_ids end |
#id ⇒ ::String
Returns the value of attribute id.
5149 5150 5151 |
# File 'sig/types.rbs', line 5149 def id @id end |
#ip_pools ⇒ ::Array[Types::IpPool]
Returns the value of attribute ip_pools.
5150 5151 5152 |
# File 'sig/types.rbs', line 5150 def ip_pools @ip_pools end |
#name ⇒ ::String
Returns the value of attribute name.
5151 5152 5153 |
# File 'sig/types.rbs', line 5151 def name @name end |
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
5152 5153 5154 |
# File 'sig/types.rbs', line 5152 def routes @routes end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
5153 5154 5155 |
# File 'sig/types.rbs', line 5153 def state @state end |