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
1059 |
# File 'sig/client.rbs', line 1059
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
1060 |
# File 'sig/client.rbs', line 1060
def dataset_id: () -> ::String
|
#dataset_version ⇒ ::String
1062 |
# File 'sig/client.rbs', line 1062
def dataset_version: () -> ::String
|
#status ⇒ "CREATING", ...
1061 |
# File 'sig/client.rbs', line 1061
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
1063 |
# File 'sig/client.rbs', line 1063
def updated_at: () -> ::Time
|