Class: Aws::Proton::Types::ServiceInstanceState

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 this service instance.

Constant Summary collapse

SENSITIVE =
[:spec]

Instance Attribute Summary collapse

Instance Attribute Details

#last_successful_component_deployment_idsArray<String>

The IDs for the last successful components deployed for this service instance.

Returns:

  • (Array<String>)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5004

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

#last_successful_environment_deployment_idString

The ID for the last successful environment deployed for this service instance.

Returns:

  • (String)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5004

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

#last_successful_service_pipeline_deployment_idString

The ID for the last successful service pipeline deployed for this service instance.

Returns:

  • (String)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5004

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

#specString

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

Returns:

  • (String)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5004

class ServiceInstanceState < Struct.new(
  :last_successful_component_deployment_ids,
  :last_successful_environment_deployment_id,
  :last_successful_service_pipeline_deployment_id,
  :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)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5004

class ServiceInstanceState < Struct.new(
  :last_successful_component_deployment_ids,
  :last_successful_environment_deployment_id,
  :last_successful_service_pipeline_deployment_id,
  :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)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5004

class ServiceInstanceState < Struct.new(
  :last_successful_component_deployment_ids,
  :last_successful_environment_deployment_id,
  :last_successful_service_pipeline_deployment_id,
  :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 instance.

Returns:

  • (String)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5004

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