Class: Aws::Types::DeleteIdentityPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIdentityPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#identity ⇒ ::String
Returns the value of attribute identity.
243 244 245 |
# File 'sig/types.rbs', line 243 def identity @identity end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
244 245 246 |
# File 'sig/types.rbs', line 244 def policy_name @policy_name end |