Class: Aws::Types::ListPrincipalThingsV2Response

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)


3483
3484
3485
# File 'sig/types.rbs', line 3483

def next_token
  @next_token
end

#principal_thing_objects::Array[Types::PrincipalThingObject]

Returns the value of attribute principal_thing_objects.

Returns:



3482
3483
3484
# File 'sig/types.rbs', line 3482

def principal_thing_objects
  @principal_thing_objects
end