Class: Aws::CloudTrail::Types::StartDashboardRefreshResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#refresh_idString

The refresh ID for the dashboard.

Returns:

  • (String)


4722
4723
4724
4725
4726
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4722

class StartDashboardRefreshResponse < Struct.new(
  :refresh_id)
  SENSITIVE = []
  include Aws::Structure
end