Class: Aws::Types::IamIdentity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


6422
6423
6424
# File 'sig/types.rbs', line 6422

def arn
  @arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


6423
6424
6425
# File 'sig/types.rbs', line 6423

def principal_id
  @principal_id
end

#source_identity::String

Returns the value of attribute source_identity.

Returns:

  • (::String)


6424
6425
6426
# File 'sig/types.rbs', line 6424

def source_identity
  @source_identity
end