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)


1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1522

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

#serviceString

The Amazon Web Services 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)


1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1522

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