Class: Aws::CloudTrail::Types::Widget
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::Widget
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
A widget on a CloudTrail Lake dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_alias ⇒ String
The query alias used to identify the query for the widget.
-
#query_parameters ⇒ Array<String>
The query parameters for the widget.
-
#query_statement ⇒ String
The SQL query statement for the widget.
-
#view_properties ⇒ Hash<String,String>
The view properties for the widget.
Instance Attribute Details
#query_alias ⇒ String
The query alias used to identify the query for the widget.
6095 6096 6097 6098 6099 6100 6101 6102 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 6095 class Widget < Struct.new( :query_alias, :query_statement, :query_parameters, :view_properties) SENSITIVE = [] include Aws::Structure end |
#query_parameters ⇒ Array<String>
The query parameters for the widget.
6095 6096 6097 6098 6099 6100 6101 6102 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 6095 class Widget < Struct.new( :query_alias, :query_statement, :query_parameters, :view_properties) SENSITIVE = [] include Aws::Structure end |
#query_statement ⇒ String
The SQL query statement for the widget.
6095 6096 6097 6098 6099 6100 6101 6102 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 6095 class Widget < Struct.new( :query_alias, :query_statement, :query_parameters, :view_properties) SENSITIVE = [] include Aws::Structure end |
#view_properties ⇒ Hash<String,String>
The view properties for the widget. For more information about view properties, see View properties for widgets in the CloudTrail User Guide..
6095 6096 6097 6098 6099 6100 6101 6102 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 6095 class Widget < Struct.new( :query_alias, :query_statement, :query_parameters, :view_properties) SENSITIVE = [] include Aws::Structure end |