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)


40103
40104
40105
40106
40107
40108
# File 'lib/aws-sdk-quicksight/types.rb', line 40103

class StepAliasMapping < Struct.new(
  :step_id,
  :step_alias)
  SENSITIVE = []
  include Aws::Structure
end

#step_idString

The unique identifier of the step.

Returns:

  • (String)


40103
40104
40105
40106
40107
40108
# File 'lib/aws-sdk-quicksight/types.rb', line 40103

class StepAliasMapping < Struct.new(
  :step_id,
  :step_alias)
  SENSITIVE = []
  include Aws::Structure
end