Class: Aws::FIS::Types::GetTargetResourceTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetTargetResourceTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#resource_type ⇒ String
The resource type.
1470 1471 1472 1473 1474 |
# File 'lib/aws-sdk-fis/types.rb', line 1470 class GetTargetResourceTypeRequest < Struct.new( :resource_type) SENSITIVE = [] include Aws::Structure end |