Class: Aws::CloudTrail::Types::CreateDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::CreateDashboardResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ String
The ARN for the dashboard.
-
#name ⇒ String
The name of the dashboard.
-
#refresh_schedule ⇒ Types::RefreshSchedule
The refresh schedule for the dashboard, if configured.
-
#tags_list ⇒ Array<Types::Tag>
A list of tags.
-
#termination_protection_enabled ⇒ Boolean
Indicates whether termination protection is enabled for the dashboard.
-
#type ⇒ String
The dashboard type.
-
#widgets ⇒ Array<Types::Widget>
An array of widgets for the dashboard.
Instance Attribute Details
#dashboard_arn ⇒ String
The ARN for the dashboard.
515 516 517 518 519 520 521 522 523 524 525 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 515 class CreateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :tags_list, :refresh_schedule, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the dashboard.
515 516 517 518 519 520 521 522 523 524 525 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 515 class CreateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :tags_list, :refresh_schedule, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#refresh_schedule ⇒ Types::RefreshSchedule
The refresh schedule for the dashboard, if configured.
515 516 517 518 519 520 521 522 523 524 525 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 515 class CreateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :tags_list, :refresh_schedule, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#tags_list ⇒ Array<Types::Tag>
A list of tags.
515 516 517 518 519 520 521 522 523 524 525 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 515 class CreateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :tags_list, :refresh_schedule, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#termination_protection_enabled ⇒ Boolean
Indicates whether termination protection is enabled for the dashboard.
515 516 517 518 519 520 521 522 523 524 525 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 515 class CreateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :tags_list, :refresh_schedule, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The dashboard type.
515 516 517 518 519 520 521 522 523 524 525 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 515 class CreateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :tags_list, :refresh_schedule, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#widgets ⇒ Array<Types::Widget>
An array of widgets for the dashboard.
515 516 517 518 519 520 521 522 523 524 525 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 515 class CreateDashboardResponse < Struct.new( :dashboard_arn, :name, :type, :widgets, :tags_list, :refresh_schedule, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |