Class: Aws::Types::InputSecurityGroupWhitelistRequest
- Inherits:
-
Object
- Object
- Aws::Types::InputSecurityGroupWhitelistRequest
- 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.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def @tags end |
#whitelist_rules ⇒ ::Array[Types::InputWhitelistRuleCidr]
Returns the value of attribute whitelist_rules.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def whitelist_rules @whitelist_rules end |