Module: Aws::BedrockAgentCoreControl::Client::_DeleteDatasetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteDatasetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dataset_arn ⇒ ::String
- #dataset_id ⇒ ::String
- #dataset_version ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#dataset_arn ⇒ ::String
1072 |
# File 'sig/client.rbs', line 1072
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
1073 |
# File 'sig/client.rbs', line 1073
def dataset_id: () -> ::String
|
#dataset_version ⇒ ::String
1075 |
# File 'sig/client.rbs', line 1075
def dataset_version: () -> ::String
|
#status ⇒ "CREATING", ...
1074 |
# File 'sig/client.rbs', line 1074
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
1076 |
# File 'sig/client.rbs', line 1076
def updated_at: () -> ::Time
|