Class: Aws::Glue::Types::GetWorkflowRunPropertiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetWorkflowRunPropertiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_properties ⇒ Hash<String,String>
The workflow run properties which were set during the specified run.
Instance Attribute Details
#run_properties ⇒ Hash<String,String>
The workflow run properties which were set during the specified run.
13169 13170 13171 13172 13173 |
# File 'lib/aws-sdk-glue/types.rb', line 13169 class GetWorkflowRunPropertiesResponse < Struct.new( :run_properties) SENSITIVE = [] include Aws::Structure end |