Class: Aws::QuickSight::Types::Anchor

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The definition of the Anchor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anchor_typeString

The ‘AnchorType` for the Anchor.

Returns:

  • (String)


702
703
704
705
706
707
708
# File 'lib/aws-sdk-quicksight/types.rb', line 702

class Anchor < Struct.new(
  :anchor_type,
  :time_granularity,
  :offset)
  SENSITIVE = []
  include Aws::Structure
end

#offsetInteger

The offset of the Anchor.

Returns:

  • (Integer)


702
703
704
705
706
707
708
# File 'lib/aws-sdk-quicksight/types.rb', line 702

class Anchor < Struct.new(
  :anchor_type,
  :time_granularity,
  :offset)
  SENSITIVE = []
  include Aws::Structure
end

#time_granularityString

The ‘TimeGranularity` of the Anchor.

Returns:

  • (String)


702
703
704
705
706
707
708
# File 'lib/aws-sdk-quicksight/types.rb', line 702

class Anchor < Struct.new(
  :anchor_type,
  :time_granularity,
  :offset)
  SENSITIVE = []
  include Aws::Structure
end