Class: Aws::SnowDeviceManagement::Types::ListDeviceResourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::ListDeviceResourcesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token to continue to the next page of results.
-
#resources ⇒ Array<Types::ResourceSummary>
A structure defining the resource’s type, Amazon Resource Name (ARN), and ID.
Instance Attribute Details
#next_token ⇒ String
A pagination token to continue to the next page of results.
716 717 718 719 720 721 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 716 class ListDeviceResourcesOutput < Struct.new( :next_token, :resources) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::ResourceSummary>
A structure defining the resource’s type, Amazon Resource Name (ARN), and ID.
716 717 718 719 720 721 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 716 class ListDeviceResourcesOutput < Struct.new( :next_token, :resources) SENSITIVE = [] include Aws::Structure end |