Class: Aws::ECS::Types::UpdatedExpressGatewayService
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdatedExpressGatewayService
- 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
-
#cluster ⇒ String
The cluster associated with the Express service that is being updated.
-
#created_at ⇒ Time
The Unix timestamp for when the Express service that is being updated was created.
-
#service_arn ⇒ String
The ARN of the Express service that is being updated.
-
#service_name ⇒ String
The name of the Express service that is being updated.
-
#status ⇒ Types::ExpressGatewayServiceStatus
The status of the Express service that is being updated.
-
#target_configuration ⇒ Types::ExpressGatewayServiceConfiguration
The configuration to which the current Express service is being updated to.
-
#updated_at ⇒ Time
The Unix timestamp for when the Express service that is being updated was most recently updated.
Instance Attribute Details
#cluster ⇒ String
The cluster associated with 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 |
#created_at ⇒ Time
The Unix timestamp for when the Express service that is being updated was created.
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_arn ⇒ String
The ARN 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 |
#service_name ⇒ String
The name 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 |
#status ⇒ Types::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_configuration ⇒ Types::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_at ⇒ Time
The Unix timestamp for when the Express service that is being updated was most recently 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 |