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

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


1992
1993
1994
1995
1996
1997
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1992

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

#resource_typeString

The resource type.

Returns:

  • (String)


1992
1993
1994
1995
1996
1997
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1992

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