Class: Aws::ResourceExplorer2::Types::SupportedResourceType
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::SupportedResourceType
- 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
-
#resource_type ⇒ String
The unique identifier of the resource type.
-
#service ⇒ String
The Amazon Web Services service that is associated with the resource type.
Instance Attribute Details
#resource_type ⇒ String
The unique identifier of the resource type.
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 |
#service ⇒ String
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.
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 |