Class: Aws::Types::CreateNetworkSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
263 264 265 |
# File 'sig/types.rbs', line 263 def client_token @client_token end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
261 262 263 |
# File 'sig/types.rbs', line 261 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
260 261 262 |
# File 'sig/types.rbs', line 260 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
262 263 264 |
# File 'sig/types.rbs', line 262 def end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
259 260 261 |
# File 'sig/types.rbs', line 259 def vpc_id @vpc_id end |