Class: Aws::Types::ListThingGroupsRequest

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)


3659
3660
3661
# File 'sig/types.rbs', line 3659

def max_results
  @max_results
end

#name_prefix_filter::String

Returns the value of attribute name_prefix_filter.

Returns:

  • (::String)


3661
3662
3663
# File 'sig/types.rbs', line 3661

def name_prefix_filter
  @name_prefix_filter
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3658
3659
3660
# File 'sig/types.rbs', line 3658

def next_token
  @next_token
end

#parent_group::String

Returns the value of attribute parent_group.

Returns:

  • (::String)


3660
3661
3662
# File 'sig/types.rbs', line 3660

def parent_group
  @parent_group
end

#recursiveBoolean

Returns the value of attribute recursive.

Returns:

  • (Boolean)


3662
3663
3664
# File 'sig/types.rbs', line 3662

def recursive
  @recursive
end