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

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

#created_timestampTime

The timestamp that shows when the dashboard was created.

Returns:

  • (Time)


5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5561

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)


5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5561

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)


5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5561

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.



5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5561

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)


5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5561

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)


5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5561

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)


5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5561

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:



5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5561

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