Class: Aws::CloudTrail::Types::StartDashboardRefreshResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StartDashboardRefreshResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#refresh_id ⇒ String
The refresh ID for the dashboard.
Instance Attribute Details
#refresh_id ⇒ String
The refresh ID for the dashboard.
4925 4926 4927 4928 4929 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4925 class StartDashboardRefreshResponse < Struct.new( :refresh_id) SENSITIVE = [] include Aws::Structure end |