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
AnchorTypefor the Anchor. -
#offset ⇒ Integer
The offset of the Anchor.
-
#time_granularity ⇒ String
The
TimeGranularityof the Anchor.
Instance Attribute Details
#anchor_type ⇒ String
The AnchorType for the Anchor.
950 951 952 953 954 955 956 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 950 class Anchor < Struct.new( :anchor_type, :time_granularity, :offset) SENSITIVE = [] include Aws::Structure end |