Class: Aws::BCMDashboards::Types::UpdateScheduledReportResponse

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

#arnString

The ARN of the updated scheduled report.

Returns:

  • (String)


1442
1443
1444
1445
1446
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 1442

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