Class: Aws::Types::CreateDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def creation_status @creation_status end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def data_source_id @data_source_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def status @status end |