Class: Aws::BCMDashboards::Types::DashboardReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::DashboardReference
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
Contains basic information about a dashboard, including its ARN, name, type, and timestamps.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the referenced dashboard.
-
#created_at ⇒ Time
The timestamp when the dashboard was created.
-
#description ⇒ String
The description of the referenced dashboard.
-
#name ⇒ String
The name of the referenced dashboard.
-
#type ⇒ String
The dashboard type.
-
#updated_at ⇒ Time
The timestamp when the dashboard was last modified.
Instance Attribute Details
#arn ⇒ String
The ARN of the referenced dashboard.
226 227 228 229 230 231 232 233 234 235 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 226 class DashboardReference < Struct.new( :arn, :name, :description, :type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the dashboard was created.
226 227 228 229 230 231 232 233 234 235 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 226 class DashboardReference < Struct.new( :arn, :name, :description, :type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the referenced dashboard.
226 227 228 229 230 231 232 233 234 235 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 226 class DashboardReference < Struct.new( :arn, :name, :description, :type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the referenced dashboard.
226 227 228 229 230 231 232 233 234 235 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 226 class DashboardReference < Struct.new( :arn, :name, :description, :type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The dashboard type.
226 227 228 229 230 231 232 233 234 235 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 226 class DashboardReference < Struct.new( :arn, :name, :description, :type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the dashboard was last modified.
226 227 228 229 230 231 232 233 234 235 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 226 class DashboardReference < Struct.new( :arn, :name, :description, :type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |