Class: Aws::SnowDeviceManagement::Types::ListDeviceResourcesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_device_idString

The ID of the managed device that you are listing the resources of.

Returns:

  • (String)


696
697
698
699
700
701
702
703
# File 'gems/aws-sdk-snowdevicemanagement/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_resultsInteger

The maximum number of resources per page.

Returns:

  • (Integer)


696
697
698
699
700
701
702
703
# File 'gems/aws-sdk-snowdevicemanagement/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_tokenString

A pagination token to continue to the next page of results.

Returns:

  • (String)


696
697
698
699
700
701
702
703
# File 'gems/aws-sdk-snowdevicemanagement/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

#typeString

A structure used to filter the results by type of resource.

Returns:

  • (String)


696
697
698
699
700
701
702
703
# File 'gems/aws-sdk-snowdevicemanagement/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