Class: Aws::Types::UpdateDashboardPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardPermissionsRequest
- 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.
-
#grant_link_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_link_permissions.
-
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
-
#revoke_link_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_link_permissions.
-
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12490 12491 12492 |
# File 'sig/types.rbs', line 12490 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
12491 12492 12493 |
# File 'sig/types.rbs', line 12491 def dashboard_id @dashboard_id end |
#grant_link_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_link_permissions.
12494 12495 12496 |
# File 'sig/types.rbs', line 12494 def @grant_link_permissions end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
12492 12493 12494 |
# File 'sig/types.rbs', line 12492 def @grant_permissions end |
#revoke_link_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_link_permissions.
12495 12496 12497 |
# File 'sig/types.rbs', line 12495 def @revoke_link_permissions end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
12493 12494 12495 |
# File 'sig/types.rbs', line 12493 def @revoke_permissions end |