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.
12066 12067 12068 |
# File 'sig/types.rbs', line 12066 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
12067 12068 12069 |
# File 'sig/types.rbs', line 12067 def dashboard_id @dashboard_id end |
#grant_link_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_link_permissions.
12070 12071 12072 |
# File 'sig/types.rbs', line 12070 def @grant_link_permissions end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
12068 12069 12070 |
# File 'sig/types.rbs', line 12068 def @grant_permissions end |
#revoke_link_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_link_permissions.
12071 12072 12073 |
# File 'sig/types.rbs', line 12071 def @revoke_link_permissions end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
12069 12070 12071 |
# File 'sig/types.rbs', line 12069 def @revoke_permissions end |