Class: Aws::Types::ListPrincipalThingsV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3475
3476
3477
# File 'sig/types.rbs', line 3475

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3474
3475
3476
# File 'sig/types.rbs', line 3474

def next_token
  @next_token
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


3476
3477
3478
# File 'sig/types.rbs', line 3476

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")


3477
3478
3479
# File 'sig/types.rbs', line 3477

def thing_principal_type
  @thing_principal_type
end