Class: Aws::Types::DescribeExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
-
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
Instance Attribute Details
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
195 196 197 |
# File 'sig/types.rbs', line 195 def execution_arn @execution_arn end |
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
196 197 198 |
# File 'sig/types.rbs', line 196 def included_data @included_data end |