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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/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.



1427
1428
1429
1430
1431
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1427

class GetTargetResourceTypeResponse < Struct.new(
  :target_resource_type)
  SENSITIVE = []
  include Aws::Structure
end