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:



680
681
682
# File 'sig/types.rbs', line 680

def containers
  @containers
end

#eks_cluster_arn::String

Returns the value of attribute eks_cluster_arn.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def eks_cluster_arn
  @eks_cluster_arn
end

#init_containers::Array[Types::EksAttemptContainerDetail]

Returns the value of attribute init_containers.

Returns:



681
682
683
# File 'sig/types.rbs', line 681

def init_containers
  @init_containers
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def node_name
  @node_name
end

#pod_name::String

Returns the value of attribute pod_name.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def pod_name
  @pod_name
end

#pod_namespace::String

Returns the value of attribute pod_namespace.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def pod_namespace
  @pod_namespace
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


686
687
688
# File 'sig/types.rbs', line 686

def started_at
  @started_at
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def status_reason
  @status_reason
end

#stopped_at::Integer

Returns the value of attribute stopped_at.

Returns:

  • (::Integer)


687
688
689
# File 'sig/types.rbs', line 687

def stopped_at
  @stopped_at
end