Class: Aws::ResourceExplorer2::Types::SupportedResourceType
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::SupportedResourceType
- Includes:
- Structure
- Defined in:
- 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
-
#resource_type ⇒ String
The unique identifier of the resource type.
-
#service ⇒ String
The Amazon Web Service that is associated with the resource type.
Instance Attribute Details
#resource_type ⇒ String
The unique identifier of the resource type.
1245 1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1245 class SupportedResourceType < Struct.new( :resource_type, :service) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
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.
1245 1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1245 class SupportedResourceType < Struct.new( :resource_type, :service) SENSITIVE = [] include Aws::Structure end |