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

#principal_id ⇒ ::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def principal_id
  @principal_id
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def type
  @type
end