Class: Aws::Types::UpdateInputSecurityGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInputSecurityGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_security_group_id ⇒ ::String
Returns the value of attribute input_security_group_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#whitelist_rules ⇒ ::Array[Types::InputWhitelistRuleCidr]
Returns the value of attribute whitelist_rules.
Instance Attribute Details
#input_security_group_id ⇒ ::String
Returns the value of attribute input_security_group_id.
3446 3447 3448 |
# File 'sig/types.rbs', line 3446 def input_security_group_id @input_security_group_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3447 3448 3449 |
# File 'sig/types.rbs', line 3447 def @tags end |
#whitelist_rules ⇒ ::Array[Types::InputWhitelistRuleCidr]
Returns the value of attribute whitelist_rules.
3448 3449 3450 |
# File 'sig/types.rbs', line 3448 def whitelist_rules @whitelist_rules end |