Class: Aws::Types::UpdateDataSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#ingestion_arn ⇒ ::String
Returns the value of attribute ingestion_arn.
-
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_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.
12174 12175 12176 |
# File 'sig/types.rbs', line 12174 def arn @arn end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
12175 12176 12177 |
# File 'sig/types.rbs', line 12175 def data_set_id @data_set_id end |
#ingestion_arn ⇒ ::String
Returns the value of attribute ingestion_arn.
12176 12177 12178 |
# File 'sig/types.rbs', line 12176 def ingestion_arn @ingestion_arn end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
12177 12178 12179 |
# File 'sig/types.rbs', line 12177 def ingestion_id @ingestion_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12178 12179 12180 |
# File 'sig/types.rbs', line 12178 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12179 12180 12181 |
# File 'sig/types.rbs', line 12179 def status @status end |