Class: Aws::Types::DescribeDataSourcePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSourcePermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_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_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
4671 4672 4673 |
# File 'sig/types.rbs', line 4671 def data_source_arn @data_source_arn end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
4672 4673 4674 |
# File 'sig/types.rbs', line 4672 def data_source_id @data_source_id end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4673 4674 4675 |
# File 'sig/types.rbs', line 4673 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4674 4675 4676 |
# File 'sig/types.rbs', line 4674 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4675 4676 4677 |
# File 'sig/types.rbs', line 4675 def status @status end |