Class: Aws::Types::CreateInputSecurityGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInputSecurityGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
683 684 685 |
# File 'sig/types.rbs', line 683 def @tags end |
#whitelist_rules ⇒ ::Array[Types::InputWhitelistRuleCidr]
Returns the value of attribute whitelist_rules.
684 685 686 |
# File 'sig/types.rbs', line 684 def whitelist_rules @whitelist_rules end |