Class: Aws::FIS::Types::TargetResourceTypeParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::TargetResourceTypeParameter
- 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
-
#description ⇒ String
A description of the parameter.
-
#required ⇒ Boolean
Indicates whether the parameter is required.
Instance Attribute Details
#description ⇒ String
A description of the parameter.
2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2071 class TargetResourceTypeParameter < Struct.new( :description, :required) SENSITIVE = [] include Aws::Structure end |
#required ⇒ Boolean
Indicates whether the parameter is required.
2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2071 class TargetResourceTypeParameter < Struct.new( :description, :required) SENSITIVE = [] include Aws::Structure end |