Class: Aws::Types::DetachThingPrincipalRequest

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)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def principal
  @principal
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def thing_name
  @thing_name
end