Class: Aws::Types::EksAttemptDetail
- Inherits:
-
Object
- Object
- Aws::Types::EksAttemptDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Array[Types::EksAttemptContainerDetail]
Returns the value of attribute containers.
-
#eks_cluster_arn ⇒ ::String
Returns the value of attribute eks_cluster_arn.
-
#init_containers ⇒ ::Array[Types::EksAttemptContainerDetail]
Returns the value of attribute init_containers.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#pod_name ⇒ ::String
Returns the value of attribute pod_name.
-
#pod_namespace ⇒ ::String
Returns the value of attribute pod_namespace.
-
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
Instance Attribute Details
#containers ⇒ ::Array[Types::EksAttemptContainerDetail]
Returns the value of attribute containers.
642 643 644 |
# File 'sig/types.rbs', line 642 def containers @containers end |
#eks_cluster_arn ⇒ ::String
Returns the value of attribute eks_cluster_arn.
644 645 646 |
# File 'sig/types.rbs', line 644 def eks_cluster_arn @eks_cluster_arn end |
#init_containers ⇒ ::Array[Types::EksAttemptContainerDetail]
Returns the value of attribute init_containers.
643 644 645 |
# File 'sig/types.rbs', line 643 def init_containers @init_containers end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
647 648 649 |
# File 'sig/types.rbs', line 647 def node_name @node_name end |
#pod_name ⇒ ::String
Returns the value of attribute pod_name.
645 646 647 |
# File 'sig/types.rbs', line 645 def pod_name @pod_name end |
#pod_namespace ⇒ ::String
Returns the value of attribute pod_namespace.
646 647 648 |
# File 'sig/types.rbs', line 646 def pod_namespace @pod_namespace end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
648 649 650 |
# File 'sig/types.rbs', line 648 def started_at @started_at end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
650 651 652 |
# File 'sig/types.rbs', line 650 def status_reason @status_reason end |
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
649 650 651 |
# File 'sig/types.rbs', line 649 def stopped_at @stopped_at end |