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)


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