Class: Aws::Types::ProtectedJobParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_template_arn::String

Returns the value of attribute analysis_template_arn.

Returns:

  • (::String)


2730
2731
2732
# File 'sig/types.rbs', line 2730

def analysis_template_arn
  @analysis_template_arn
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


2731
2732
2733
# File 'sig/types.rbs', line 2731

def parameters
  @parameters
end