Class: Aws::Types::CreateNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_pools ⇒ ::Array[Types::IpPoolCreateRequest]
Returns the value of attribute ip_pools.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#routes ⇒ ::Array[Types::RouteCreateRequest]
Returns the value of attribute routes.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#ip_pools ⇒ ::Array[Types::IpPoolCreateRequest]
Returns the value of attribute ip_pools.
4906 4907 4908 |
# File 'sig/types.rbs', line 4906 def ip_pools @ip_pools end |
#name ⇒ ::String
Returns the value of attribute name.
4907 4908 4909 |
# File 'sig/types.rbs', line 4907 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4908 4909 4910 |
# File 'sig/types.rbs', line 4908 def request_id @request_id end |
#routes ⇒ ::Array[Types::RouteCreateRequest]
Returns the value of attribute routes.
4909 4910 4911 |
# File 'sig/types.rbs', line 4909 def routes @routes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4910 4911 4912 |
# File 'sig/types.rbs', line 4910 def @tags end |