Class: Aws::Proton::Types::ServiceInstanceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ServiceInstanceSummary
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Summary data of an Proton service instance resource.
Constant Summary collapse
- SENSITIVE =
[:deployment_status_message]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the service instance.
-
#created_at ⇒ Time
The time when the service instance was created.
-
#deployment_status ⇒ String
The service instance deployment status.
-
#deployment_status_message ⇒ String
A service instance deployment status message.
-
#environment_name ⇒ String
The name of the environment that the service instance was deployed into.
-
#last_deployment_attempted_at ⇒ Time
The time when a deployment of the service was last attempted.
-
#last_deployment_succeeded_at ⇒ Time
The time when the service was last deployed successfully.
-
#name ⇒ String
The name of the service instance.
-
#service_name ⇒ String
The name of the service that the service instance belongs to.
-
#template_major_version ⇒ String
The service instance template major version.
-
#template_minor_version ⇒ String
The service instance template minor version.
-
#template_name ⇒ String
The name of the service template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service instance.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#created_at ⇒ Time
The time when the service instance was created.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#deployment_status ⇒ String
The service instance deployment status.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#deployment_status_message ⇒ String
A service instance deployment status message.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#environment_name ⇒ String
The name of the environment that the service instance was deployed into.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#last_deployment_attempted_at ⇒ Time
The time when a deployment of the service was last attempted.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#last_deployment_succeeded_at ⇒ Time
The time when the service was last deployed successfully.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#name ⇒ String
The name of the service instance.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#service_name ⇒ String
The name of the service that the service instance belongs to.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#template_major_version ⇒ String
The service instance template major version.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#template_minor_version ⇒ String
The service instance template minor version.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |
#template_name ⇒ String
The name of the service template.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4716 class ServiceInstanceSummary < Struct.new( :arn, :created_at, :deployment_status, :deployment_status_message, :environment_name, :last_deployment_attempted_at, :last_deployment_succeeded_at, :name, :service_name, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:deployment_status_message] include Aws::Structure end |