Class: Aws::Types::ListDevicesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def access_token
  @access_token
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def limit
  @limit
end

#pagination_token::String

Returns the value of attribute pagination_token.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def pagination_token
  @pagination_token
end