Class: Aws::Types::CreateDataSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSetResponse
- 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.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def arn @arn end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def data_set_id @data_set_id end |
#ingestion_arn ⇒ ::String
Returns the value of attribute ingestion_arn.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def ingestion_arn @ingestion_arn end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def ingestion_id @ingestion_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def status @status end |