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:



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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


668
669
670
# File 'sig/types.rbs', line 668

def stopped_at
  @stopped_at
end