Class: Aws::Proton::Types::ServiceTemplateVersion

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

Overview

Detailed data of an Proton service template version resource.

Constant Summary collapse

SENSITIVE =
[:description, :schema, :status_message]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

#compatible_environment_templatesArray<Types::CompatibleEnvironmentTemplate>

An array of compatible environment template names for the major version of a service template.



5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

#created_atTime

The time when the version of a service template was created.

Returns:

  • (Time)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

#descriptionString

A description of the version of a service template.

Returns:

  • (String)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

#last_modified_atTime

The time when the version of a service template was last modified.

Returns:

  • (Time)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

#major_versionString

The latest major version that’s associated with the version of a service template.

Returns:

  • (String)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

#minor_versionString

The minor version of a service template.

Returns:

  • (String)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

The recommended minor version of the service template.

Returns:

  • (String)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

#schemaString

The schema of the version of a service template.

Returns:

  • (String)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

#statusString

The service template version status.

Returns:

  • (String)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

#status_messageString

A service template version status message.

Returns:

  • (String)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  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.

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

[1]: docs.aws.amazon.com/proton/latest/userguide/ag-components.html

Returns:

  • (Array<String>)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end

#template_nameString

The name of the version of a service template.

Returns:

  • (String)


5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
# File 'lib/aws-sdk-proton/types.rb', line 5519

class ServiceTemplateVersion < Struct.new(
  :arn,
  :compatible_environment_templates,
  :created_at,
  :description,
  :last_modified_at,
  :major_version,
  :minor_version,
  :recommended_minor_version,
  :schema,
  :status,
  :status_message,
  :supported_component_sources,
  :template_name)
  SENSITIVE = [:description, :schema, :status_message]
  include Aws::Structure
end