Class: Aws::FIS::Types::ActionParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ActionParameter
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Describes a parameter for an action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The parameter description.
-
#required ⇒ Boolean
Indicates whether the parameter is required.
Instance Attribute Details
#description ⇒ String
The parameter description.
69 70 71 72 73 74 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 69 class ActionParameter < Struct.new( :description, :required) SENSITIVE = [] include Aws::Structure end |
#required ⇒ Boolean
Indicates whether the parameter is required.
69 70 71 72 73 74 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 69 class ActionParameter < Struct.new( :description, :required) SENSITIVE = [] include Aws::Structure end |