Class: Aws::FIS::Types::TargetResourceTypeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::TargetResourceTypeSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes a resource type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the resource type.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#description ⇒ String
A description of the resource type.
2090 2091 2092 2093 2094 2095 |
# File 'lib/aws-sdk-fis/types.rb', line 2090 class TargetResourceTypeSummary < Struct.new( :resource_type, :description) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
2090 2091 2092 2093 2094 2095 |
# File 'lib/aws-sdk-fis/types.rb', line 2090 class TargetResourceTypeSummary < Struct.new( :resource_type, :description) SENSITIVE = [] include Aws::Structure end |