Class: Aws::QuickSight::Types::StepAliasMapping

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#step_aliasString

The alias for the step.

Returns:

  • (String)


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_idString

The unique identifier of the step.

Returns:

  • (String)


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