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.
4840 4841 4842 |
# File 'sig/types.rbs', line 4840 def data_set_arn @data_set_arn end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
4841 4842 4843 |
# File 'sig/types.rbs', line 4841 def data_set_id @data_set_id end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4842 4843 4844 |
# File 'sig/types.rbs', line 4842 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4843 4844 4845 |
# File 'sig/types.rbs', line 4843 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4844 4845 4846 |
# File 'sig/types.rbs', line 4844 def status @status end |