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)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def access_token
  @access_token
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def limit
  @limit
end

#pagination_token::String

Returns the value of attribute pagination_token.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def pagination_token
  @pagination_token
end