Class: Aws::Types::ThingPrincipalObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


4820
4821
4822
# File 'sig/types.rbs', line 4820

def principal
  @principal
end

#thing_principal_type"EXCLUSIVE_THING", "NON_EXCLUSIVE_THING"

Returns the value of attribute thing_principal_type.

Returns:

  • ("EXCLUSIVE_THING", "NON_EXCLUSIVE_THING")


4821
4822
4823
# File 'sig/types.rbs', line 4821

def thing_principal_type
  @thing_principal_type
end