Class: Aws::CloudTrail::Types::Widget
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::Widget
- Includes:
- Structure
- Defined in:
- 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.
5892 5893 5894 5895 5896 5897 5898 5899 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5892 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.
5892 5893 5894 5895 5896 5897 5898 5899 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5892 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.
5892 5893 5894 5895 5896 5897 5898 5899 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5892 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 ][1] in the *CloudTrail User Guide*..
[1]: docs.aws.amazon.com/awscloudtrail/latest/userguide/lake-widget-properties.html
5892 5893 5894 5895 5896 5897 5898 5899 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5892 class Widget < Struct.new( :query_alias, :query_statement, :query_parameters, :view_properties) SENSITIVE = [] include Aws::Structure end |