Class: Aws::Types::ListDeviceResourcesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#managed_device_id ⇒ ::String

Returns the value of attribute managed_device_id.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def managed_device_id
  @managed_device_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


201
202
203
# File 'sig/types.rbs', line 201

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def next_token
  @next_token
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def type
  @type
end