Class: Aws::Proton::Types::ServiceInstanceSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the service instance.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#created_atTime

The time when the service instance was created.

Returns:

  • (Time)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#deployment_statusString

The service instance deployment status.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#deployment_status_messageString

A service instance deployment status message.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#environment_nameString

The name of the environment that the service instance was deployed into.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#last_attempted_deployment_idString

The ID of the last attempted deployment of this service instance.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#last_deployment_attempted_atTime

The time when a deployment of the service was last attempted.

Returns:

  • (Time)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#last_deployment_succeeded_atTime

The time when the service was last deployed successfully.

Returns:

  • (Time)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#last_succeeded_deployment_idString

The ID of the last successful deployment of this service instance.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#nameString

The name of the service instance.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#service_nameString

The name of the service that the service instance belongs to.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#template_major_versionString

The service instance template major version.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#template_minor_versionString

The service instance template minor version.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end

#template_nameString

The name of the service template.

Returns:

  • (String)


5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5077

class ServiceInstanceSummary < Struct.new(
  :arn,
  :created_at,
  :deployment_status,
  :deployment_status_message,
  :environment_name,
  :last_attempted_deployment_id,
  :last_deployment_attempted_at,
  :last_deployment_succeeded_at,
  :last_succeeded_deployment_id,
  :name,
  :service_name,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:deployment_status_message]
  include Aws::Structure
end