Class: Aws::ResourceExplorer2::Types::SupportedResourceType

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

Overview

A structure that describes a resource type supported by Amazon Web Services Resource Explorer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

The unique identifier of the resource type.

Returns:

  • (String)


1245
1246
1247
1248
1249
1250
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1245

class SupportedResourceType < Struct.new(
  :resource_type,
  :service)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

The Amazon Web Service that is associated with the resource type. This is the primary service that lets you create and interact with resources of this type.

Returns:

  • (String)


1245
1246
1247
1248
1249
1250
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1245

class SupportedResourceType < Struct.new(
  :resource_type,
  :service)
  SENSITIVE = []
  include Aws::Structure
end