Class: Aws::Types::EksAnywhereSubscription

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)


955
956
957
# File 'sig/types.rbs', line 955

def arn
  @arn
end

#auto_renewBoolean

Returns the value of attribute auto_renew.

Returns:

  • (Boolean)


963
964
965
# File 'sig/types.rbs', line 963

def auto_renew
  @auto_renew
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


956
957
958
# File 'sig/types.rbs', line 956

def created_at
  @created_at
end

#effective_date::Time

Returns the value of attribute effective_date.

Returns:

  • (::Time)


957
958
959
# File 'sig/types.rbs', line 957

def effective_date
  @effective_date
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


958
959
960
# File 'sig/types.rbs', line 958

def expiration_date
  @expiration_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def id
  @id
end

#license_arns::Array[::String]

Returns the value of attribute license_arns.

Returns:

  • (::Array[::String])


964
965
966
# File 'sig/types.rbs', line 964

def license_arns
  @license_arns
end

#license_quantity::Integer

Returns the value of attribute license_quantity.

Returns:

  • (::Integer)


959
960
961
# File 'sig/types.rbs', line 959

def license_quantity
  @license_quantity
end

#license_type"Cluster"

Returns the value of attribute license_type.

Returns:



960
961
962
# File 'sig/types.rbs', line 960

def license_type
  @license_type
end

#licenses::Array[Types::License]

Returns the value of attribute licenses.

Returns:



965
966
967
# File 'sig/types.rbs', line 965

def licenses
  @licenses
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


966
967
968
# File 'sig/types.rbs', line 966

def tags
  @tags
end

#termTypes::EksAnywhereSubscriptionTerm

Returns the value of attribute term.



961
962
963
# File 'sig/types.rbs', line 961

def term
  @term
end