Class: Aws::Types::DescribeDashboardPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDashboardPermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4540 4541 4542 |
# File 'sig/types.rbs', line 4540 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
4541 4542 4543 |
# File 'sig/types.rbs', line 4541 def dashboard_id @dashboard_id end |