Class: Aws::Types::GetSecurityPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSecurityPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "encryption", "network"
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
550 551 552 |
# File 'sig/types.rbs', line 550 def name @name end |
#type ⇒ "encryption", "network"
Returns the value of attribute type.
549 550 551 |
# File 'sig/types.rbs', line 549 def type @type end |