Class: Aws::SnowDeviceManagement::Types::ResourceSummary

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

Overview

A summary of a resource available on the device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


954
955
956
957
958
959
960
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 954

class ResourceSummary < Struct.new(
  :arn,
  :id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the resource.

Returns:

  • (String)


954
955
956
957
958
959
960
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 954

class ResourceSummary < Struct.new(
  :arn,
  :id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

Returns:

  • (String)


954
955
956
957
958
959
960
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 954

class ResourceSummary < Struct.new(
  :arn,
  :id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end