Class: Aws::Types::CreateSecurityGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#security_group_settings ⇒ Types::SecurityGroupSettingsRequest
Returns the value of attribute security_group_settings.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
255 256 257 |
# File 'sig/types.rbs', line 255 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
253 254 255 |
# File 'sig/types.rbs', line 253 def name @name end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
252 253 254 |
# File 'sig/types.rbs', line 252 def network_id @network_id end |
#security_group_settings ⇒ Types::SecurityGroupSettingsRequest
Returns the value of attribute security_group_settings.
254 255 256 |
# File 'sig/types.rbs', line 254 def security_group_settings @security_group_settings end |