Class: Aws::Types::UserPolicyGrantPrincipal

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AllUsersGrantFilter, Unknown, UserIdentifier

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_users_grant_filterTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6956
6957
6958
# File 'sig/types.rbs', line 6956

def unknown
  @unknown
end

#user_identifier::String

Returns the value of attribute user_identifier.

Returns:

  • (::String)


6954
6955
6956
# File 'sig/types.rbs', line 6954

def user_identifier
  @user_identifier
end