Method: Aws::Glue::Types::Blueprint#blueprint_location

Defined in:
lib/aws-sdk-glue/types.rb

#blueprint_locationString

Specifies the path in Amazon S3 where the blueprint is published.

Returns:

  • (String)


1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
# File 'lib/aws-sdk-glue/types.rb', line 1708

class Blueprint < Struct.new(
  :name,
  :description,
  :created_on,
  :last_modified_on,
  :parameter_spec,
  :blueprint_location,
  :blueprint_service_location,
  :status,
  :error_message,
  :last_active_definition)
  SENSITIVE = []
  include Aws::Structure
end