Class: Aws::Types::ListThingPrincipalsV2Response

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3695
3696
3697
# File 'sig/types.rbs', line 3695

def next_token
  @next_token
end

#thing_principal_objects::Array[Types::ThingPrincipalObject]

Returns the value of attribute thing_principal_objects.

Returns:



3694
3695
3696
# File 'sig/types.rbs', line 3694

def thing_principal_objects
  @thing_principal_objects
end