Class: Aws::Types::Identity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::GroupIdentity

Returns the value of attribute group.



2429
2430
2431
# File 'sig/types.rbs', line 2429

def group
  @group
end

#iam_roleTypes::IAMRoleIdentity

Returns the value of attribute iam_role.



2431
2432
2433
# File 'sig/types.rbs', line 2431

def iam_role
  @iam_role
end

#iam_userTypes::IAMUserIdentity

Returns the value of attribute iam_user.



2430
2431
2432
# File 'sig/types.rbs', line 2430

def iam_user
  @iam_user
end

#userTypes::UserIdentity

Returns the value of attribute user.

Returns:



2428
2429
2430
# File 'sig/types.rbs', line 2428

def user
  @user
end