Class: Aws::Types::UserIdentity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


1756
1757
1758
# File 'sig/types.rbs', line 1756

def principal_id
  @principal_id
end

#type"AWSACCOUNT", "AWSSERVICE"

Returns the value of attribute type.

Returns:

  • ("AWSACCOUNT", "AWSSERVICE")


1755
1756
1757
# File 'sig/types.rbs', line 1755

def type
  @type
end