Class: Aws::SnowDeviceManagement::Types::ResourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::ResourceSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
A summary of a resource available on the device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 954 class ResourceSummary < Struct.new( :arn, :id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource.
954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 954 class ResourceSummary < Struct.new( :arn, :id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 954 class ResourceSummary < Struct.new( :arn, :id, :resource_type) SENSITIVE = [] include Aws::Structure end |