Class: Aws::OpsWorks::Types::EcsCluster

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

Overview

Describes a registered Amazon ECS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ecs_cluster_arnString

The cluster's ARN.

Returns:

  • (String)


3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3118

class EcsCluster < Struct.new(
  :ecs_cluster_arn,
  :ecs_cluster_name,
  :stack_id,
  :registered_at)
  SENSITIVE = []
  include Aws::Structure
end

#ecs_cluster_nameString

The cluster name.

Returns:

  • (String)


3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3118

class EcsCluster < Struct.new(
  :ecs_cluster_arn,
  :ecs_cluster_name,
  :stack_id,
  :registered_at)
  SENSITIVE = []
  include Aws::Structure
end

#registered_atString

The time and date that the cluster was registered with the stack.

Returns:

  • (String)


3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3118

class EcsCluster < Struct.new(
  :ecs_cluster_arn,
  :ecs_cluster_name,
  :stack_id,
  :registered_at)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The stack ID.

Returns:

  • (String)


3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3118

class EcsCluster < Struct.new(
  :ecs_cluster_arn,
  :ecs_cluster_name,
  :stack_id,
  :registered_at)
  SENSITIVE = []
  include Aws::Structure
end