Class: Aws::Glue::Types::LastActiveDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_locationString

Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.

Returns:

  • (String)


14616
14617
14618
14619
14620
14621
14622
14623
14624
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14616

class LastActiveDefinition < Struct.new(
  :description,
  :last_modified_on,
  :parameter_spec,
  :blueprint_location,
  :blueprint_service_location)
  SENSITIVE = []
  include Aws::Structure
end

#blueprint_service_locationString

Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.

Returns:

  • (String)


14616
14617
14618
14619
14620
14621
14622
14623
14624
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14616

class LastActiveDefinition < Struct.new(
  :description,
  :last_modified_on,
  :parameter_spec,
  :blueprint_location,
  :blueprint_service_location)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the blueprint.

Returns:

  • (String)


14616
14617
14618
14619
14620
14621
14622
14623
14624
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14616

class LastActiveDefinition < Struct.new(
  :description,
  :last_modified_on,
  :parameter_spec,
  :blueprint_location,
  :blueprint_service_location)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_onTime

The date and time the blueprint was last modified.

Returns:

  • (Time)


14616
14617
14618
14619
14620
14621
14622
14623
14624
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14616

class LastActiveDefinition < Struct.new(
  :description,
  :last_modified_on,
  :parameter_spec,
  :blueprint_location,
  :blueprint_service_location)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_specString

A JSON string specifying the parameters for the blueprint.

Returns:

  • (String)


14616
14617
14618
14619
14620
14621
14622
14623
14624
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14616

class LastActiveDefinition < Struct.new(
  :description,
  :last_modified_on,
  :parameter_spec,
  :blueprint_location,
  :blueprint_service_location)
  SENSITIVE = []
  include Aws::Structure
end