Class: Aws::ECS::Types::UpdatedExpressGatewayService

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

Overview

An object that describes an Express service to be updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterString

The cluster associated with the Express service that is being updated.

Returns:

  • (String)


16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
16610
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16600

class UpdatedExpressGatewayService < Struct.new(
  :service_arn,
  :cluster,
  :service_name,
  :status,
  :target_configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The Unix timestamp for when the Express service that is being updated was created.

Returns:

  • (Time)


16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
16610
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16600

class UpdatedExpressGatewayService < Struct.new(
  :service_arn,
  :cluster,
  :service_name,
  :status,
  :target_configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The ARN of the Express service that is being updated.

Returns:

  • (String)


16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
16610
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16600

class UpdatedExpressGatewayService < Struct.new(
  :service_arn,
  :cluster,
  :service_name,
  :status,
  :target_configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the Express service that is being updated.

Returns:

  • (String)


16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
16610
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16600

class UpdatedExpressGatewayService < Struct.new(
  :service_arn,
  :cluster,
  :service_name,
  :status,
  :target_configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ExpressGatewayServiceStatus

The status of the Express service that is being updated.



16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
16610
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16600

class UpdatedExpressGatewayService < Struct.new(
  :service_arn,
  :cluster,
  :service_name,
  :status,
  :target_configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#target_configurationTypes::ExpressGatewayServiceConfiguration

The configuration to which the current Express service is being updated to.



16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
16610
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16600

class UpdatedExpressGatewayService < Struct.new(
  :service_arn,
  :cluster,
  :service_name,
  :status,
  :target_configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp for when the Express service that is being updated was most recently updated.

Returns:

  • (Time)


16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
16610
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16600

class UpdatedExpressGatewayService < Struct.new(
  :service_arn,
  :cluster,
  :service_name,
  :status,
  :target_configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end