Class: Aws::Types::ListThingsInThingGroupRequest

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)


3757
3758
3759
# File 'sig/types.rbs', line 3757

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3756
3757
3758
# File 'sig/types.rbs', line 3756

def next_token
  @next_token
end

#recursiveBoolean

Returns the value of attribute recursive.

Returns:

  • (Boolean)


3755
3756
3757
# File 'sig/types.rbs', line 3755

def recursive
  @recursive
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


3754
3755
3756
# File 'sig/types.rbs', line 3754

def thing_group_name
  @thing_group_name
end