Struct aws_sdk_glue::model::LastActiveDefinition
source · #[non_exhaustive]pub struct LastActiveDefinition { /* private fields */ }Expand description
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.
Implementations§
source§impl LastActiveDefinition
impl LastActiveDefinition
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the blueprint.
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 specifying the parameters for the blueprint.
sourcepub fn blueprint_location(&self) -> Option<&str>
pub fn blueprint_location(&self) -> Option<&str>
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
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 create or update the blueprint.
source§impl LastActiveDefinition
impl LastActiveDefinition
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LastActiveDefinition.
Trait Implementations§
source§impl Clone for LastActiveDefinition
impl Clone for LastActiveDefinition
source§fn clone(&self) -> LastActiveDefinition
fn clone(&self) -> LastActiveDefinition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LastActiveDefinition
impl Debug for LastActiveDefinition
source§impl PartialEq<LastActiveDefinition> for LastActiveDefinition
impl PartialEq<LastActiveDefinition> for LastActiveDefinition
source§fn eq(&self, other: &LastActiveDefinition) -> bool
fn eq(&self, other: &LastActiveDefinition) -> bool
This method tests for
self and other values to be equal, and is used
by ==.