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)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def arn
  @arn
end

#auto_renewBoolean

Returns the value of attribute auto_renew.

Returns:

  • (Boolean)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def auto_renew
  @auto_renew
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def created_at
  @created_at
end

#effective_date::Time

Returns the value of attribute effective_date.

Returns:

  • (::Time)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def effective_date
  @effective_date
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def expiration_date
  @expiration_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def id
  @id
end

#license_arns::Array[::String]

Returns the value of attribute license_arns.

Returns:

  • (::Array[::String])


1058
1059
1060
# File 'sig/types.rbs', line 1058

def license_arns
  @license_arns
end

#license_quantity::Integer

Returns the value of attribute license_quantity.

Returns:

  • (::Integer)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def license_quantity
  @license_quantity
end

#license_type"Cluster"

Returns the value of attribute license_type.

Returns:



1054
1055
1056
# File 'sig/types.rbs', line 1054

def license_type
  @license_type
end

#licenses::Array[Types::License]

Returns the value of attribute licenses.

Returns:



1059
1060
1061
# File 'sig/types.rbs', line 1059

def licenses
  @licenses
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1060
1061
1062
# File 'sig/types.rbs', line 1060

def tags
  @tags
end

#termTypes::EksAnywhereSubscriptionTerm

Returns the value of attribute term.



1055
1056
1057
# File 'sig/types.rbs', line 1055

def term
  @term
end