Class: Aws::CloudTrail::Types::UpdateDashboardResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The timestamp that shows when the dashboard was created.

Returns:

  • (Time)


5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5358

class UpdateDashboardResponse < Struct.new(
  :dashboard_arn,
  :name,
  :type,
  :widgets,
  :refresh_schedule,
  :termination_protection_enabled,
  :created_timestamp,
  :updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_arnString

The ARN for the dashboard.

Returns:

  • (String)


5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5358

class UpdateDashboardResponse < Struct.new(
  :dashboard_arn,
  :name,
  :type,
  :widgets,
  :refresh_schedule,
  :termination_protection_enabled,
  :created_timestamp,
  :updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the dashboard.

Returns:

  • (String)


5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5358

class UpdateDashboardResponse < Struct.new(
  :dashboard_arn,
  :name,
  :type,
  :widgets,
  :refresh_schedule,
  :termination_protection_enabled,
  :created_timestamp,
  :updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#refresh_scheduleTypes::RefreshSchedule

The refresh schedule for the dashboard, if configured.



5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5358

class UpdateDashboardResponse < Struct.new(
  :dashboard_arn,
  :name,
  :type,
  :widgets,
  :refresh_schedule,
  :termination_protection_enabled,
  :created_timestamp,
  :updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#termination_protection_enabledBoolean

Indicates whether termination protection is enabled for the dashboard.

Returns:

  • (Boolean)


5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5358

class UpdateDashboardResponse < Struct.new(
  :dashboard_arn,
  :name,
  :type,
  :widgets,
  :refresh_schedule,
  :termination_protection_enabled,
  :created_timestamp,
  :updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of dashboard.

Returns:

  • (String)


5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5358

class UpdateDashboardResponse < Struct.new(
  :dashboard_arn,
  :name,
  :type,
  :widgets,
  :refresh_schedule,
  :termination_protection_enabled,
  :created_timestamp,
  :updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#updated_timestampTime

The timestamp that shows when the dashboard was updated.

Returns:

  • (Time)


5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5358

class UpdateDashboardResponse < Struct.new(
  :dashboard_arn,
  :name,
  :type,
  :widgets,
  :refresh_schedule,
  :termination_protection_enabled,
  :created_timestamp,
  :updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#widgetsArray<Types::Widget>

An array of widgets for the dashboard.

Returns:



5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5358

class UpdateDashboardResponse < Struct.new(
  :dashboard_arn,
  :name,
  :type,
  :widgets,
  :refresh_schedule,
  :termination_protection_enabled,
  :created_timestamp,
  :updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end