Class: Aws::Proton::Types::ServiceTemplateSummary

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

Overview

Summary 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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5439

class ServiceTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5439

class ServiceTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5439

class ServiceTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5439

class ServiceTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5439

class ServiceTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5439

class ServiceTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5439

class ServiceTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5439

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