Class: Aws::Types::ListThingPrincipalsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



3681
3682
3683
# File 'sig/types.rbs', line 3681

def next_token
  @next_token
end

#principals::Array[::String]

Returns the value of attribute principals.



3680
3681
3682
# File 'sig/types.rbs', line 3680

def principals
  @principals
end