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.
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_arn ⇒ String
The ARN for the dashboard.
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 |
#name ⇒ String
The name for the dashboard.
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_schedule ⇒ Types::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_enabled ⇒ Boolean
Indicates whether termination protection is enabled for the dashboard.
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 |
#type ⇒ String
The type of dashboard.
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_timestamp ⇒ Time
The timestamp that shows when the dashboard was updated.
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 |
#widgets ⇒ Array<Types::Widget>
An array of widgets for the dashboard.
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 |