Class: Aws::FIS::Types::GetTargetResourceTypeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_resource_typeTypes::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