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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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 'gems/aws-sdk-quicksight/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 'gems/aws-sdk-quicksight/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 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 702

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