Class: Aws::FIS::Types::GetTargetResourceTypeRequest

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

#resource_typeString

The resource type.

Returns:

  • (String)


1415
1416
1417
1418
1419
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1415

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