Class: Aws::Types::UpdateDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute 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.
-
#update_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute update_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12635 12636 12637 |
# File 'sig/types.rbs', line 12635 def arn @arn end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
12636 12637 12638 |
# File 'sig/types.rbs', line 12636 def data_source_id @data_source_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12638 12639 12640 |
# File 'sig/types.rbs', line 12638 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12639 12640 12641 |
# File 'sig/types.rbs', line 12639 def status @status end |
#update_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute update_status.
12637 12638 12639 |
# File 'sig/types.rbs', line 12637 def update_status @update_status end |