Class: Aws::Proton::Types::ServiceTemplate

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

Overview

Detailed data of an Proton service template resource.

Constant Summary collapse

SENSITIVE =
[:description, :display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the service template.

Returns:

  • (String)


5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5387

class ServiceTemplate < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :encryption_key,
  :last_modified_at,
  :name,
  :pipeline_provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#created_atTime

The time when the service template was created.

Returns:

  • (Time)


5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5387

class ServiceTemplate < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :encryption_key,
  :last_modified_at,
  :name,
  :pipeline_provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#descriptionString

A description of the service template.

Returns:

  • (String)


5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5387

class ServiceTemplate < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :encryption_key,
  :last_modified_at,
  :name,
  :pipeline_provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#display_nameString

The service template name as displayed in the developer interface.

Returns:

  • (String)


5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5387

class ServiceTemplate < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :encryption_key,
  :last_modified_at,
  :name,
  :pipeline_provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#encryption_keyString

The customer provided service template encryption key that's used to encrypt data.

Returns:

  • (String)


5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5387

class ServiceTemplate < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :encryption_key,
  :last_modified_at,
  :name,
  :pipeline_provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#last_modified_atTime

The time when the service template was last modified.

Returns:

  • (Time)


5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5387

class ServiceTemplate < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :encryption_key,
  :last_modified_at,
  :name,
  :pipeline_provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#nameString

The name of the service template.

Returns:

  • (String)


5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5387

class ServiceTemplate < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :encryption_key,
  :last_modified_at,
  :name,
  :pipeline_provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#pipeline_provisioningString

If pipelineProvisioning is true, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.

Returns:

  • (String)


5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5387

class ServiceTemplate < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :encryption_key,
  :last_modified_at,
  :name,
  :pipeline_provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

The recommended version of the service template.

Returns:

  • (String)


5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5387

class ServiceTemplate < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :encryption_key,
  :last_modified_at,
  :name,
  :pipeline_provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end