Class: Aws::Types::DescribeDashboardPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDashboardPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#link_sharing_configuration ⇒ Types::LinkSharingConfiguration
Returns the value of attribute link_sharing_configuration.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
4547 4548 4549 |
# File 'sig/types.rbs', line 4547 def dashboard_arn @dashboard_arn end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
4546 4547 4548 |
# File 'sig/types.rbs', line 4546 def dashboard_id @dashboard_id end |
#link_sharing_configuration ⇒ Types::LinkSharingConfiguration
Returns the value of attribute link_sharing_configuration.
4551 4552 4553 |
# File 'sig/types.rbs', line 4551 def link_sharing_configuration @link_sharing_configuration end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4548 4549 4550 |
# File 'sig/types.rbs', line 4548 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4550 4551 4552 |
# File 'sig/types.rbs', line 4550 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4549 4550 4551 |
# File 'sig/types.rbs', line 4549 def status @status end |