Class: Aws::QuickSight::Types::DateTimeParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DateTimeParameter
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A date-time parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A display name for the date-time parameter.
-
#values ⇒ Array<Time>
The values for the date-time parameter.
Instance Attribute Details
#name ⇒ String
A display name for the date-time parameter.
8635 8636 8637 8638 8639 8640 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8635 class DateTimeParameter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Time>
The values for the date-time parameter.
8635 8636 8637 8638 8639 8640 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8635 class DateTimeParameter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |