Class: Aws::Types::PutIdentityPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutIdentityPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#identity ⇒ ::String
Returns the value of attribute identity.
709 710 711 |
# File 'sig/types.rbs', line 709 def identity @identity end |
#policy ⇒ ::String
Returns the value of attribute policy.
711 712 713 |
# File 'sig/types.rbs', line 711 def policy @policy end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
710 711 712 |
# File 'sig/types.rbs', line 710 def policy_name @policy_name end |