Class: Aws::Types::UserPolicyGrantPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::UserPolicyGrantPrincipal
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AllUsersGrantFilter, Unknown, UserIdentifier
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_users_grant_filter ⇒ Types::AllUsersGrantFilter
Returns the value of attribute all_users_grant_filter.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user_identifier ⇒ ::String
Returns the value of attribute user_identifier.
Instance Attribute Details
#all_users_grant_filter ⇒ Types::AllUsersGrantFilter
Returns the value of attribute all_users_grant_filter.
6955 6956 6957 |
# File 'sig/types.rbs', line 6955 def all_users_grant_filter @all_users_grant_filter end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6956 6957 6958 |
# File 'sig/types.rbs', line 6956 def unknown @unknown end |
#user_identifier ⇒ ::String
Returns the value of attribute user_identifier.
6954 6955 6956 |
# File 'sig/types.rbs', line 6954 def user_identifier @user_identifier end |