Class: Aws::Types::EksCluster

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def created_at
  @created_at
end

#ec2_instance_uids::Array[::String]

Returns the value of attribute ec2_instance_uids.

Returns:

  • (::Array[::String])


1103
1104
1105
# File 'sig/types.rbs', line 1103

def ec2_instance_uids
  @ec2_instance_uids
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "PENDING")


1101
1102
1103
# File 'sig/types.rbs', line 1101

def status
  @status
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def vpc_id
  @vpc_id
end