Struct aws_sdk_glue::model::Blueprint
source · #[non_exhaustive]pub struct Blueprint { /* private fields */ }Expand description
The details of a blueprint.
Implementations§
source§impl Blueprint
impl Blueprint
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the blueprint.
sourcepub fn created_on(&self) -> Option<&DateTime>
pub fn created_on(&self) -> Option<&DateTime>
The date and time the blueprint was registered.
sourcepub fn last_modified_on(&self) -> Option<&DateTime>
pub fn last_modified_on(&self) -> Option<&DateTime>
The date and time the blueprint was last modified.
sourcepub fn parameter_spec(&self) -> Option<&str>
pub fn parameter_spec(&self) -> Option<&str>
A JSON string that indicates the list of parameter specifications for the blueprint.
sourcepub fn blueprint_location(&self) -> Option<&str>
pub fn blueprint_location(&self) -> Option<&str>
Specifies the path in Amazon S3 where the blueprint is published.
sourcepub fn blueprint_service_location(&self) -> Option<&str>
pub fn blueprint_service_location(&self) -> Option<&str>
Specifies a path in Amazon S3 where the blueprint is copied when you call CreateBlueprint/UpdateBlueprint to register the blueprint in Glue.
sourcepub fn status(&self) -> Option<&BlueprintStatus>
pub fn status(&self) -> Option<&BlueprintStatus>
The status of the blueprint registration.
-
Creating — The blueprint registration is in progress.
-
Active — The blueprint has been successfully registered.
-
Updating — An update to the blueprint registration is in progress.
-
Failed — The blueprint registration failed.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
An error message.
sourcepub fn last_active_definition(&self) -> Option<&LastActiveDefinition>
pub fn last_active_definition(&self) -> Option<&LastActiveDefinition>
When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.