Class: Aws::Proton::Types::ServiceInstanceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ServiceInstanceState
- Includes:
- Structure
- Defined in:
- 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
-
#last_successful_component_deployment_ids ⇒ Array<String>
The IDs for the last successful components deployed for this service instance.
-
#last_successful_environment_deployment_id ⇒ String
The ID for the last successful environment deployed for this service instance.
-
#last_successful_service_pipeline_deployment_id ⇒ String
The ID for the last successful service pipeline deployed for this service instance.
-
#spec ⇒ String
The service spec that was used to create the service instance.
-
#template_major_version ⇒ String
The major version of the service template that was used to create the service pipeline.
-
#template_minor_version ⇒ String
The minor version of the service template that was used to create the service pipeline.
-
#template_name ⇒ String
The name of the service template that was used to create the service instance.
Instance Attribute Details
#last_successful_component_deployment_ids ⇒ Array<String>
The IDs for the last successful components deployed for this service instance.
5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 |
# File '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_id ⇒ String
The ID for the last successful environment deployed for this service instance.
5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 |
# File '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_id ⇒ String
The ID for the last successful service pipeline deployed for this service instance.
5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 |
# File '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 |
#spec ⇒ String
The service spec that was used to create the service instance.
5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 |
# File '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_version ⇒ String
The major version of the service template that was used to create the service pipeline.
5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 |
# File '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_version ⇒ String
The minor version of the service template that was used to create the service pipeline.
5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 |
# File '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_name ⇒ String
The name of the service template that was used to create the service instance.
5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 |
# File '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 |