Class: Aws::Types::DescribeNetworkSummary
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNetworkSummary
- 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.
5155 5156 5157 |
# File 'sig/types.rbs', line 5155 def arn @arn end |
#associated_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute associated_cluster_ids.
5156 5157 5158 |
# File 'sig/types.rbs', line 5156 def associated_cluster_ids @associated_cluster_ids end |
#id ⇒ ::String
Returns the value of attribute id.
5157 5158 5159 |
# File 'sig/types.rbs', line 5157 def id @id end |
#ip_pools ⇒ ::Array[Types::IpPool]
Returns the value of attribute ip_pools.
5158 5159 5160 |
# File 'sig/types.rbs', line 5158 def ip_pools @ip_pools end |
#name ⇒ ::String
Returns the value of attribute name.
5159 5160 5161 |
# File 'sig/types.rbs', line 5159 def name @name end |
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
5160 5161 5162 |
# File 'sig/types.rbs', line 5160 def routes @routes end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
5161 5162 5163 |
# File 'sig/types.rbs', line 5161 def state @state end |