Class: Aws::Types::UpdateDataSourcePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSourcePermissionsResponse
- 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.
-
#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.
12192 12193 12194 |
# File 'sig/types.rbs', line 12192 def data_source_arn @data_source_arn end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
12193 12194 12195 |
# File 'sig/types.rbs', line 12193 def data_source_id @data_source_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12194 12195 12196 |
# File 'sig/types.rbs', line 12194 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12195 12196 12197 |
# File 'sig/types.rbs', line 12195 def status @status end |