Class: Aws::CloudTrail::Types::StartDashboardRefreshRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StartDashboardRefreshRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_id ⇒ String
The name or ARN of the dashboard.
-
#query_parameter_values ⇒ Hash<String,String>
The query parameter values for the dashboard.
Instance Attribute Details
#dashboard_id ⇒ String
The name or ARN of the dashboard.
4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4709 class StartDashboardRefreshRequest < Struct.new( :dashboard_id, :query_parameter_values) SENSITIVE = [] include Aws::Structure end |
#query_parameter_values ⇒ Hash<String,String>
The query parameter values for the dashboard
For custom dashboards, the following query parameters are valid: ‘$StartTime$`, `$EndTime$`, and `$Period$`.
For managed dashboards, the following query parameters are valid: ‘$StartTime$`, `$EndTime$`, `$Period$`, and `$EventDataStoreId$`. The `$EventDataStoreId$` query parameter is required.
4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4709 class StartDashboardRefreshRequest < Struct.new( :dashboard_id, :query_parameter_values) SENSITIVE = [] include Aws::Structure end |