Class: Aws::Types::DeleteAccessPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAccessPolicyRequest
- 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 ⇒ "data"
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
375 376 377 |
# File 'sig/types.rbs', line 375 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
374 375 376 |
# File 'sig/types.rbs', line 374 def name @name end |
#type ⇒ "data"
Returns the value of attribute type.
373 374 375 |
# File 'sig/types.rbs', line 373 def type @type end |