Class: Aws::EKS::Types::CapabilitySummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

A summary of a capability, containing basic information without the full configuration details. This is returned by the ‘ListCapabilities` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the capability.

Returns:

  • (String)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-eks/types.rb', line 1183

class CapabilitySummary < Struct.new(
  :capability_name,
  :arn,
  :type,
  :status,
  :version,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#capability_nameString

The unique name of the capability within the cluster.

Returns:

  • (String)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-eks/types.rb', line 1183

class CapabilitySummary < Struct.new(
  :capability_name,
  :arn,
  :type,
  :status,
  :version,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The Unix epoch timestamp in seconds for when the capability was created.

Returns:

  • (Time)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-eks/types.rb', line 1183

class CapabilitySummary < Struct.new(
  :capability_name,
  :arn,
  :type,
  :status,
  :version,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The Unix epoch timestamp in seconds for when the capability was last modified.

Returns:

  • (Time)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-eks/types.rb', line 1183

class CapabilitySummary < Struct.new(
  :capability_name,
  :arn,
  :type,
  :status,
  :version,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the capability.

Returns:

  • (String)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-eks/types.rb', line 1183

class CapabilitySummary < Struct.new(
  :capability_name,
  :arn,
  :type,
  :status,
  :version,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of capability. Valid values are ‘ACK`, `ARGOCD`, or `KRO`.

Returns:

  • (String)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-eks/types.rb', line 1183

class CapabilitySummary < Struct.new(
  :capability_name,
  :arn,
  :type,
  :status,
  :version,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the capability software that is currently running.

Returns:

  • (String)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-eks/types.rb', line 1183

class CapabilitySummary < Struct.new(
  :capability_name,
  :arn,
  :type,
  :status,
  :version,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end