Class: Aws::CloudTrail::Types::CreateDashboardResponse

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

#dashboard_arnString

The ARN for the dashboard.

Returns:

  • (String)


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

#nameString

The name of the dashboard.

Returns:

  • (String)


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_scheduleTypes::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_listArray<Types::Tag>

A list of tags.

Returns:



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_enabledBoolean

Indicates whether termination protection is enabled for the dashboard.

Returns:

  • (Boolean)


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

#typeString

The dashboard type.

Returns:

  • (String)


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

#widgetsArray<Types::Widget>

An array of widgets for the dashboard.

Returns:



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