Class: Aws::Types::AutomationExecution
- Inherits:
-
Object
- Object
- Aws::Types::AutomationExecution
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: SsmExecutionArn, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ssm_execution_arn ⇒ ::String
Returns the value of attribute ssm_execution_arn.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#ssm_execution_arn ⇒ ::String
Returns the value of attribute ssm_execution_arn.
48 49 50 |
# File 'sig/types.rbs', line 48 def ssm_execution_arn @ssm_execution_arn end |
#unknown ⇒ Object
Returns the value of attribute unknown.
49 50 51 |
# File 'sig/types.rbs', line 49 def unknown @unknown end |