Class: Aws::Types::ListNamedShadowsForThingRequest

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)


105
106
107
# File 'sig/types.rbs', line 105

def next_token
  @next_token
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


106
107
108
# File 'sig/types.rbs', line 106

def page_size
  @page_size
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def thing_name
  @thing_name
end