Class: Aws::Types::CheckoutLicenseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#beneficiary::String

Returns the value of attribute beneficiary.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def beneficiary
  @beneficiary
end

#checkout_type"PROVISIONAL", "PERPETUAL"

Returns the value of attribute checkout_type.

Returns:

  • ("PROVISIONAL", "PERPETUAL")


89
90
91
# File 'sig/types.rbs', line 89

def checkout_type
  @checkout_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def client_token
  @client_token
end

#entitlements::Array[Types::EntitlementData]

Returns the value of attribute entitlements.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def entitlements
  @entitlements
end

#key_fingerprint::String

Returns the value of attribute key_fingerprint.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def key_fingerprint
  @key_fingerprint
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def node_id
  @node_id
end

#product_sku::String

Returns the value of attribute product_sku.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def product_sku
  @product_sku
end