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)


16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16640

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)


16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16640

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)


16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16640

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)


16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16640

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.



16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16640

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.



16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16640

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)


16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16640

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