Class: Aws::FIS::Types::GetTargetResourceTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetTargetResourceTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_resource_type ⇒ Types::TargetResourceType
Information about the resource type.
Instance Attribute Details
#target_resource_type ⇒ Types::TargetResourceType
Information about the resource type.
1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-fis/types.rb', line 1482 class GetTargetResourceTypeResponse < Struct.new( :target_resource_type) SENSITIVE = [] include Aws::Structure end |