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)


6426
6427
6428
# File 'sig/types.rbs', line 6426

def arn
  @arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


6427
6428
6429
# File 'sig/types.rbs', line 6427

def principal_id
  @principal_id
end

#source_identity::String

Returns the value of attribute source_identity.

Returns:

  • (::String)


6428
6429
6430
# File 'sig/types.rbs', line 6428

def source_identity
  @source_identity
end