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.
4916 4917 4918 |
# File 'sig/types.rbs', line 4916 def ip_pools @ip_pools end |
#name ⇒ ::String
Returns the value of attribute name.
4917 4918 4919 |
# File 'sig/types.rbs', line 4917 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4918 4919 4920 |
# File 'sig/types.rbs', line 4918 def request_id @request_id end |
#routes ⇒ ::Array[Types::RouteCreateRequest]
Returns the value of attribute routes.
4919 4920 4921 |
# File 'sig/types.rbs', line 4919 def routes @routes end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4920 4921 4922 |
# File 'sig/types.rbs', line 4920 def end |