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
897 |
# File 'sig/client.rbs', line 897
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
898 |
# File 'sig/client.rbs', line 898
def dataset_id: () -> ::String
|
#dataset_version ⇒ ::String
900 |
# File 'sig/client.rbs', line 900
def dataset_version: () -> ::String
|
#status ⇒ "CREATING", ...
899 |
# File 'sig/client.rbs', line 899
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
901 |
# File 'sig/client.rbs', line 901
def updated_at: () -> ::Time
|