Class: Aws::SnowDeviceManagement::Types::ListDeviceResourcesOutput

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

#next_tokenString

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

Returns:

  • (String)


716
717
718
719
720
721
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 716

class ListDeviceResourcesOutput < Struct.new(
  :next_token,
  :resources)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::ResourceSummary>

A structure defining the resource's type, Amazon Resource Name (ARN), and ID.

Returns:



716
717
718
719
720
721
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 716

class ListDeviceResourcesOutput < Struct.new(
  :next_token,
  :resources)
  SENSITIVE = []
  include Aws::Structure
end