Class: Aws::CloudTrail::Types::GetDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetDashboardResponse
- 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.
-
#last_refresh_failure_reason ⇒ String
Provides information about failures for the last scheduled refresh.
-
#last_refresh_id ⇒ String
The ID of the last dashboard refresh.
-
#refresh_schedule ⇒ Types::RefreshSchedule
The refresh schedule for the dashboard, if configured.
-
#status ⇒ String
The status of the dashboard.
-
#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 last 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.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2014 class GetDashboardResponse < Struct.new( :dashboard_arn, :type, :status, :widgets, :refresh_schedule, :created_timestamp, :updated_timestamp, :last_refresh_id, :last_refresh_failure_reason, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#dashboard_arn ⇒ String
The ARN for the dashboard.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2014 class GetDashboardResponse < Struct.new( :dashboard_arn, :type, :status, :widgets, :refresh_schedule, :created_timestamp, :updated_timestamp, :last_refresh_id, :last_refresh_failure_reason, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#last_refresh_failure_reason ⇒ String
Provides information about failures for the last scheduled refresh.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2014 class GetDashboardResponse < Struct.new( :dashboard_arn, :type, :status, :widgets, :refresh_schedule, :created_timestamp, :updated_timestamp, :last_refresh_id, :last_refresh_failure_reason, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#last_refresh_id ⇒ String
The ID of the last dashboard refresh.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2014 class GetDashboardResponse < Struct.new( :dashboard_arn, :type, :status, :widgets, :refresh_schedule, :created_timestamp, :updated_timestamp, :last_refresh_id, :last_refresh_failure_reason, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#refresh_schedule ⇒ Types::RefreshSchedule
The refresh schedule for the dashboard, if configured.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2014 class GetDashboardResponse < Struct.new( :dashboard_arn, :type, :status, :widgets, :refresh_schedule, :created_timestamp, :updated_timestamp, :last_refresh_id, :last_refresh_failure_reason, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the dashboard.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2014 class GetDashboardResponse < Struct.new( :dashboard_arn, :type, :status, :widgets, :refresh_schedule, :created_timestamp, :updated_timestamp, :last_refresh_id, :last_refresh_failure_reason, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#termination_protection_enabled ⇒ Boolean
Indicates whether termination protection is enabled for the dashboard.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2014 class GetDashboardResponse < Struct.new( :dashboard_arn, :type, :status, :widgets, :refresh_schedule, :created_timestamp, :updated_timestamp, :last_refresh_id, :last_refresh_failure_reason, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of dashboard.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2014 class GetDashboardResponse < Struct.new( :dashboard_arn, :type, :status, :widgets, :refresh_schedule, :created_timestamp, :updated_timestamp, :last_refresh_id, :last_refresh_failure_reason, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#updated_timestamp ⇒ Time
The timestamp that shows when the dashboard was last updated.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2014 class GetDashboardResponse < Struct.new( :dashboard_arn, :type, :status, :widgets, :refresh_schedule, :created_timestamp, :updated_timestamp, :last_refresh_id, :last_refresh_failure_reason, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#widgets ⇒ Array<Types::Widget>
An array of widgets for the dashboard.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2014 class GetDashboardResponse < Struct.new( :dashboard_arn, :type, :status, :widgets, :refresh_schedule, :created_timestamp, :updated_timestamp, :last_refresh_id, :last_refresh_failure_reason, :termination_protection_enabled) SENSITIVE = [] include Aws::Structure end |