Class: Aws::Types::CreateNetworkResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkResponse
- 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.
4925 4926 4927 |
# File 'sig/types.rbs', line 4925 def arn @arn end |
#associated_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute associated_cluster_ids.
4926 4927 4928 |
# File 'sig/types.rbs', line 4926 def associated_cluster_ids @associated_cluster_ids end |
#id ⇒ ::String
Returns the value of attribute id.
4927 4928 4929 |
# File 'sig/types.rbs', line 4927 def id @id end |
#ip_pools ⇒ ::Array[Types::IpPool]
Returns the value of attribute ip_pools.
4928 4929 4930 |
# File 'sig/types.rbs', line 4928 def ip_pools @ip_pools end |
#name ⇒ ::String
Returns the value of attribute name.
4929 4930 4931 |
# File 'sig/types.rbs', line 4929 def name @name end |
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
4930 4931 4932 |
# File 'sig/types.rbs', line 4930 def routes @routes end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
4931 4932 4933 |
# File 'sig/types.rbs', line 4931 def state @state end |