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.
707 708 709 710 711 712 713 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 707 class Anchor < Struct.new( :anchor_type, :time_granularity, :offset) SENSITIVE = [] include Aws::Structure end |