Class: Aws::CloudTrail::Types::DashboardDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::DashboardDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Provides information about a CloudTrail Lake dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ String
The ARN for the dashboard.
-
#type ⇒ String
The type of dashboard.
Instance Attribute Details
#dashboard_arn ⇒ String
The ARN for the dashboard.
1224 1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1224 class DashboardDetail < Struct.new( :dashboard_arn, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of dashboard.
1224 1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1224 class DashboardDetail < Struct.new( :dashboard_arn, :type) SENSITIVE = [] include Aws::Structure end |