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.
3451 3452 3453 |
# File 'sig/types.rbs', line 3451 def input_security_group_id @input_security_group_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3452 3453 3454 |
# File 'sig/types.rbs', line 3452 def end |
#whitelist_rules ⇒ ::Array[Types::InputWhitelistRuleCidr]
Returns the value of attribute whitelist_rules.
3453 3454 3455 |
# File 'sig/types.rbs', line 3453 def whitelist_rules @whitelist_rules end |