Class: Aws::Types::CreateEksAnywhereSubscriptionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_renewBoolean

Returns the value of attribute auto_renew.

Returns:

  • (Boolean)


627
628
629
# File 'sig/types.rbs', line 627

def auto_renew
  @auto_renew
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def client_request_token
  @client_request_token
end

#license_quantity::Integer

Returns the value of attribute license_quantity.

Returns:

  • (::Integer)


625
626
627
# File 'sig/types.rbs', line 625

def license_quantity
  @license_quantity
end

#license_type"Cluster"

Returns the value of attribute license_type.

Returns:



626
627
628
# File 'sig/types.rbs', line 626

def license_type
  @license_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


629
630
631
# File 'sig/types.rbs', line 629

def tags
  @tags
end

#termTypes::EksAnywhereSubscriptionTerm

Returns the value of attribute term.



624
625
626
# File 'sig/types.rbs', line 624

def term
  @term
end