Class: Aws::Types::EksAttemptDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#containers::Array[Types::EksAttemptContainerDetail]

Returns the value of attribute containers.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


649
650
651
# File 'sig/types.rbs', line 649

def stopped_at
  @stopped_at
end