Class: Aws::SnowDeviceManagement::Types::ListDeviceResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::ListDeviceResourcesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_device_id ⇒ String
The ID of the managed device that you are listing the resources of.
-
#max_results ⇒ Integer
The maximum number of resources per page.
-
#next_token ⇒ String
A pagination token to continue to the next page of results.
-
#type ⇒ String
A structure used to filter the results by type of resource.
Instance Attribute Details
#managed_device_id ⇒ String
The ID of the managed device that you are listing the resources of.
696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 696 class ListDeviceResourcesInput < Struct.new( :managed_device_id, :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of resources per page.
696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 696 class ListDeviceResourcesInput < Struct.new( :managed_device_id, :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to continue to the next page of results.
696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 696 class ListDeviceResourcesInput < Struct.new( :managed_device_id, :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
A structure used to filter the results by type of resource.
696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 696 class ListDeviceResourcesInput < Struct.new( :managed_device_id, :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |