Class: Aws::Types::EksClusterDetails

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)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def name
  @name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1112
1113
1114
# File 'sig/types.rbs', line 1112

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def vpc_id
  @vpc_id
end