Class: Aws::Types::UpdateNetworkSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNetworkSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#network_settings_arn ⇒ ::String
Returns the value of attribute network_settings_arn.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def client_token @client_token end |
#network_settings_arn ⇒ ::String
Returns the value of attribute network_settings_arn.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def network_settings_arn @network_settings_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def vpc_id @vpc_id end |