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.
990 991 992 |
# File 'sig/types.rbs', line 990 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
989 990 991 |
# File 'sig/types.rbs', line 989 def policy_name @policy_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
988 989 990 |
# File 'sig/types.rbs', line 988 def user_name @user_name end |