Class: Aws::BCMDashboards::Types::ExecuteScheduledReportResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_triggeredBoolean

Indicates whether the execution was successfully triggered.

Returns:

  • (Boolean)


424
425
426
427
428
429
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 424

class ExecuteScheduledReportResponse < Struct.new(
  :health_status,
  :execution_triggered)
  SENSITIVE = []
  include Aws::Structure
end

#health_statusTypes::HealthStatus

The health status of the scheduled report after the execution request.

Returns:



424
425
426
427
428
429
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 424

class ExecuteScheduledReportResponse < Struct.new(
  :health_status,
  :execution_triggered)
  SENSITIVE = []
  include Aws::Structure
end