Class: Aws::Proton::Types::UpdateServiceTemplateVersionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_environment_templatesArray<Types::CompatibleEnvironmentTemplateInput>

An array of environment template objects that are compatible with this service template version. A service instance based on this service template version can run in environments based on compatible templates.



6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6623

class UpdateServiceTemplateVersionInput < Struct.new(
  :compatible_environment_templates,
  :description,
  :major_version,
  :minor_version,
  :status,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

A description of a service template version to update.

Returns:

  • (String)


6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6623

class UpdateServiceTemplateVersionInput < Struct.new(
  :compatible_environment_templates,
  :description,
  :major_version,
  :minor_version,
  :status,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#major_versionString

To update a major version of a service template, include major Version.

Returns:

  • (String)


6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6623

class UpdateServiceTemplateVersionInput < Struct.new(
  :compatible_environment_templates,
  :description,
  :major_version,
  :minor_version,
  :status,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#minor_versionString

To update a minor version of a service template, include minorVersion.

Returns:

  • (String)


6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6623

class UpdateServiceTemplateVersionInput < Struct.new(
  :compatible_environment_templates,
  :description,
  :major_version,
  :minor_version,
  :status,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The status of the service template minor version to update.

Returns:

  • (String)


6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6623

class UpdateServiceTemplateVersionInput < Struct.new(
  :compatible_environment_templates,
  :description,
  :major_version,
  :minor_version,
  :status,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#supported_component_sourcesArray<String>

An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version.

A change to supportedComponentSources doesn't impact existing component attachments to instances based on this template version. A change only affects later associations.

For more information about components, see Proton components in the Proton User Guide.

Returns:

  • (Array<String>)


6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6623

class UpdateServiceTemplateVersionInput < Struct.new(
  :compatible_environment_templates,
  :description,
  :major_version,
  :minor_version,
  :status,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end

#template_nameString

The name of the service template.

Returns:

  • (String)


6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6623

class UpdateServiceTemplateVersionInput < Struct.new(
  :compatible_environment_templates,
  :description,
  :major_version,
  :minor_version,
  :status,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description]
  include Aws::Structure
end