Class: Aws::Types::DeleteSecurityPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSecurityPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "encryption", "network"
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
441 442 443 |
# File 'sig/types.rbs', line 441 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
440 441 442 |
# File 'sig/types.rbs', line 440 def name @name end |
#type ⇒ "encryption", "network"
Returns the value of attribute type.
439 440 441 |
# File 'sig/types.rbs', line 439 def type @type end |