Class: Aws::QuickSight::Types::Anchor
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Anchor
- 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
-
#anchor_type ⇒ String
The
AnchorType
for the Anchor. -
#offset ⇒ Integer
The offset of the Anchor.
-
#time_granularity ⇒ String
The
TimeGranularity
of the Anchor.
Instance Attribute Details
#anchor_type ⇒ String
The AnchorType
for the Anchor.
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 |