Class: Aws::FIS::Types::GetTargetResourceTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetTargetResourceTypeResponse
- Defined in:
- gems/aws-sdk-fis/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.
1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1117 class GetTargetResourceTypeResponse < Struct.new( :target_resource_type) SENSITIVE = [] include Aws::Structure end |