Class: Aws::CloudTrail::Types::UpdateDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::UpdateDashboardResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The timestamp that shows when the dashboard was created.
-
#dashboard_arn ⇒ String
The ARN for the dashboard.
-
#name ⇒ String
The name for the dashboard.
-
#refresh_schedule ⇒ Types::RefreshSchedule
The refresh schedule for the dashboard, if configured.
-
#termination_protection_enabled ⇒ Boolean
Indicates whether termination protection is enabled for the dashboard.
-
#type ⇒ String
The type of dashboard.
-
#updated_timestamp ⇒ Time
The timestamp that shows when the dashboard was updated.
-
#widgets ⇒ Array<Types::Widget>
An array of widgets for the dashboard.
Instance Attribute Details
#created_timestamp ⇒ Time
The timestamp that shows when the dashboard was created.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5439 class UpdateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :refresh_schedule, :termination_protection_enabled, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#dashboard_arn ⇒ String
The ARN for the dashboard.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5439 class UpdateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :refresh_schedule, :termination_protection_enabled, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the dashboard.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5439 class UpdateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :refresh_schedule, :termination_protection_enabled, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#refresh_schedule ⇒ Types::RefreshSchedule
The refresh schedule for the dashboard, if configured.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5439 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_enabled ⇒ Boolean
Indicates whether termination protection is enabled for the dashboard.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5439 class UpdateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :refresh_schedule, :termination_protection_enabled, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of dashboard.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5439 class UpdateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :refresh_schedule, :termination_protection_enabled, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#updated_timestamp ⇒ Time
The timestamp that shows when the dashboard was updated.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5439 class UpdateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :refresh_schedule, :termination_protection_enabled, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#widgets ⇒ Array<Types::Widget>
An array of widgets for the dashboard.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5439 class UpdateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :refresh_schedule, :termination_protection_enabled, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |