Class: Aws::FIS::Types::TargetResourceType

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)


1952
1953
1954
1955
1956
1957
1958
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1952

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

#parametersHash<String,Types::TargetResourceTypeParameter>

The parameters for the resource type.

Returns:



1952
1953
1954
1955
1956
1957
1958
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1952

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

#resource_typeString

The resource type.

Returns:

  • (String)


1952
1953
1954
1955
1956
1957
1958
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1952

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