Class: Aws::QuickSight::Types::StepAliasMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StepAliasMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A mapping between a step identifier and its alias in a flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_alias ⇒ String
The alias for the step.
-
#step_id ⇒ String
The unique identifier of the step.
Instance Attribute Details
#step_alias ⇒ String
The alias for the step.
39336 39337 39338 39339 39340 39341 |
# File 'lib/aws-sdk-quicksight/types.rb', line 39336 class StepAliasMapping < Struct.new( :step_id, :step_alias) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The unique identifier of the step.
39336 39337 39338 39339 39340 39341 |
# File 'lib/aws-sdk-quicksight/types.rb', line 39336 class StepAliasMapping < Struct.new( :step_id, :step_alias) SENSITIVE = [] include Aws::Structure end |