Class: Aws::Proton::Types::Service

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

Overview

Detailed data of an Proton service resource.

Constant Summary collapse

SENSITIVE =
[:description, :spec, :status_message]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#branch_nameString

The name of the code repository branch that holds the code that's deployed in Proton.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#created_atTime

The time when the service was created.

Returns:

  • (Time)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#descriptionString

A description of the service.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#last_modified_atTime

The time when the service was last modified.

Returns:

  • (Time)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#nameString

The name of the service.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#pipelineTypes::ServicePipeline

The service pipeline detail data.



4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#repository_connection_arnString

The Amazon Resource Name (ARN) of the repository connection. For more information, see Setting up an AWS CodeStar connection in the Proton User Guide.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#repository_idString

The ID of the source code repository.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#specString

The formatted specification that defines the service.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#statusString

The status of the service.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#status_messageString

A service status message.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end

#template_nameString

The name of the service template.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4854

class Service < Struct.new(
  :arn,
  :branch_name,
  :created_at,
  :description,
  :last_modified_at,
  :name,
  :pipeline,
  :repository_connection_arn,
  :repository_id,
  :spec,
  :status,
  :status_message,
  :template_name)
  SENSITIVE = [:description, :spec, :status_message]
  include Aws::Structure
end