Class: Aws::Types::UpdateSecurityGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#security_group_settings ⇒ Types::SecurityGroupSettings
Returns the value of attribute security_group_settings.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
937 938 939 |
# File 'sig/types.rbs', line 937 def group_id @group_id end |
#name ⇒ ::String
Returns the value of attribute name.
938 939 940 |
# File 'sig/types.rbs', line 938 def name @name end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
936 937 938 |
# File 'sig/types.rbs', line 936 def network_id @network_id end |
#security_group_settings ⇒ Types::SecurityGroupSettings
Returns the value of attribute security_group_settings.
939 940 941 |
# File 'sig/types.rbs', line 939 def security_group_settings @security_group_settings end |