Class: Aws::CloudTrail::Types::GetDashboardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetDashboardRequest
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_id ⇒ String
The name or ARN for the dashboard.
Instance Attribute Details
#dashboard_id ⇒ String
The name or ARN for the dashboard.
2036 2037 2038 2039 2040 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2036 class GetDashboardRequest < Struct.new( :dashboard_id) SENSITIVE = [] include Aws::Structure end |