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)


557
558
559
# File 'sig/types.rbs', line 557

def auto_renew
  @auto_renew
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def client_request_token
  @client_request_token
end

#license_quantity::Integer

Returns the value of attribute license_quantity.

Returns:

  • (::Integer)


555
556
557
# File 'sig/types.rbs', line 555

def license_quantity
  @license_quantity
end

#license_type"Cluster"

Returns the value of attribute license_type.

Returns:



556
557
558
# File 'sig/types.rbs', line 556

def license_type
  @license_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


559
560
561
# File 'sig/types.rbs', line 559

def tags
  @tags
end

#termTypes::EksAnywhereSubscriptionTerm

Returns the value of attribute term.



554
555
556
# File 'sig/types.rbs', line 554

def term
  @term
end