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.
170 171 172 173 174 175 176 177 178 179 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170 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.
170 171 172 173 174 175 176 177 178 179 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170 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.
170 171 172 173 174 175 176 177 178 179 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170 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.
170 171 172 173 174 175 176 177 178 179 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170 class DashboardReference < Struct.new( :arn, :name, :description, :type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The dashboard type.
170 171 172 173 174 175 176 177 178 179 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170 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.
170 171 172 173 174 175 176 177 178 179 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170 class DashboardReference < Struct.new( :arn, :name, :description, :type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |