Class: Aws::Types::DescribeDataSetPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSetPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#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
#data_set_arn ⇒ ::String
Returns the value of attribute data_set_arn.
4630 4631 4632 |
# File 'sig/types.rbs', line 4630 def data_set_arn @data_set_arn end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
4631 4632 4633 |
# File 'sig/types.rbs', line 4631 def data_set_id @data_set_id end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4632 4633 4634 |
# File 'sig/types.rbs', line 4632 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4633 4634 4635 |
# File 'sig/types.rbs', line 4633 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4634 4635 4636 |
# File 'sig/types.rbs', line 4634 def status @status end |