Class: Aws::FIS::Types::TargetResourceTypeParameter

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

Overview

Describes the parameters for a resource type. Use parameters to determine which tasks are identified during target resolution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the parameter.

Returns:

  • (String)


1973
1974
1975
1976
1977
1978
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1973

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

#requiredBoolean

Indicates whether the parameter is required.

Returns:

  • (Boolean)


1973
1974
1975
1976
1977
1978
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1973

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