Class: Aws::Proton::Types::ServicePipelineState

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

Overview

The detailed data about the current state of the service pipeline.

Constant Summary collapse

SENSITIVE =
[:spec]

Instance Attribute Summary collapse

Instance Attribute Details

#specString

The service spec that was used to create the service pipeline.

Returns:

  • (String)


5192
5193
5194
5195
5196
5197
5198
5199
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5192

class ServicePipelineState < Struct.new(
  :spec,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#template_major_versionString

The major version of the service template that was used to create the service pipeline.

Returns:

  • (String)


5192
5193
5194
5195
5196
5197
5198
5199
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5192

class ServicePipelineState < Struct.new(
  :spec,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#template_minor_versionString

The minor version of the service template that was used to create the service pipeline.

Returns:

  • (String)


5192
5193
5194
5195
5196
5197
5198
5199
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5192

class ServicePipelineState < Struct.new(
  :spec,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#template_nameString

The name of the service template that was used to create the service pipeline.

Returns:

  • (String)


5192
5193
5194
5195
5196
5197
5198
5199
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5192

class ServicePipelineState < Struct.new(
  :spec,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:spec]
  include Aws::Structure
end