Class: Aws::FIS::Types::TargetResourceTypeSummary

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

Overview

Describes a resource type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the resource type.

Returns:

  • (String)


2488
2489
2490
2491
2492
2493
# File 'lib/aws-sdk-fis/types.rb', line 2488

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

#resource_typeString

The resource type.

Returns:

  • (String)


2488
2489
2490
2491
2492
2493
# File 'lib/aws-sdk-fis/types.rb', line 2488

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