Class: Aws::Types::ProtectedJobParameters
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedJobParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_template_arn ⇒ ::String
Returns the value of attribute analysis_template_arn.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
Instance Attribute Details
#analysis_template_arn ⇒ ::String
Returns the value of attribute analysis_template_arn.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def analysis_template_arn @analysis_template_arn end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
2758 2759 2760 |
# File 'sig/types.rbs', line 2758 def parameters @parameters end |