Class: Aws::Types::GetUserPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUserPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def policy_name @policy_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def user_name @user_name end |