Class: Aws::Types::ProtectedJobReceiverConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedJobReceiverConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_type ⇒ "DIRECT_ANALYSIS"
Returns the value of attribute analysis_type.
-
#configuration_details ⇒ Types::ProtectedJobConfigurationDetails
Returns the value of attribute configuration_details.
Instance Attribute Details
#analysis_type ⇒ "DIRECT_ANALYSIS"
Returns the value of attribute analysis_type.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def analysis_type @analysis_type end |
#configuration_details ⇒ Types::ProtectedJobConfigurationDetails
Returns the value of attribute configuration_details.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def configuration_details @configuration_details end |