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.
2488 2489 2490 2491 2492 2493 |
# File 'lib/aws-sdk-fis/types.rb', line 2488 class TargetResourceTypeSummary < Struct.new( :resource_type, :description) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
2488 2489 2490 2491 2492 2493 |
# File 'lib/aws-sdk-fis/types.rb', line 2488 class TargetResourceTypeSummary < Struct.new( :resource_type, :description) SENSITIVE = [] include Aws::Structure end |