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.
661 662 663 |
# File 'sig/types.rbs', line 661 def containers @containers end |
#eks_cluster_arn ⇒ ::String
Returns the value of attribute eks_cluster_arn.
663 664 665 |
# File 'sig/types.rbs', line 663 def eks_cluster_arn @eks_cluster_arn end |
#init_containers ⇒ ::Array[Types::EksAttemptContainerDetail]
Returns the value of attribute init_containers.
662 663 664 |
# File 'sig/types.rbs', line 662 def init_containers @init_containers end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
666 667 668 |
# File 'sig/types.rbs', line 666 def node_name @node_name end |
#pod_name ⇒ ::String
Returns the value of attribute pod_name.
664 665 666 |
# File 'sig/types.rbs', line 664 def pod_name @pod_name end |
#pod_namespace ⇒ ::String
Returns the value of attribute pod_namespace.
665 666 667 |
# File 'sig/types.rbs', line 665 def pod_namespace @pod_namespace end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
667 668 669 |
# File 'sig/types.rbs', line 667 def started_at @started_at end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
669 670 671 |
# File 'sig/types.rbs', line 669 def status_reason @status_reason end |
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
668 669 670 |
# File 'sig/types.rbs', line 668 def stopped_at @stopped_at end |