Class: Aws::Types::PutAuthPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAuthPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def policy @policy end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def resource_identifier @resource_identifier end |