Class: Aws::EKS::Types::CapabilitySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CapabilitySummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the capability.
-
#capability_name ⇒ String
The unique name of the capability within the cluster.
-
#created_at ⇒ Time
The Unix epoch timestamp in seconds for when the capability was created.
-
#modified_at ⇒ Time
The Unix epoch timestamp in seconds for when the capability was last modified.
-
#status ⇒ String
The current status of the capability.
-
#type ⇒ String
The type of capability.
-
#version ⇒ String
The version of the capability software that is currently running.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the capability.
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_name ⇒ String
The unique name of the capability within the cluster.
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_at ⇒ Time
The Unix epoch timestamp in seconds for when the capability was created.
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_at ⇒ Time
The Unix epoch timestamp in seconds for when the capability was last modified.
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 |
#status ⇒ String
The current status of the capability.
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 |
#type ⇒ String
The type of capability. Valid values are ‘ACK`, `ARGOCD`, or `KRO`.
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 |
#version ⇒ String
The version of the capability software that is currently running.
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 |