Class: Aws::Types::CheckoutLicenseResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#checkout_type"PROVISIONAL", "PERPETUAL"

Returns the value of attribute checkout_type.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def checkout_type
  @checkout_type
end

#entitlements_allowed::Array[Types::EntitlementData]

Returns the value of attribute entitlements_allowed.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def entitlements_allowed
  @entitlements_allowed
end

#expiration::String

Returns the value of attribute expiration.

Returns:



105
106
107
# File 'sig/types.rbs', line 105

def expiration
  @expiration
end

#issued_at::String

Returns the value of attribute issued_at.

Returns:



104
105
106
# File 'sig/types.rbs', line 104

def issued_at
  @issued_at
end

#license_arn::String

Returns the value of attribute license_arn.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def license_arn
  @license_arn
end

#license_consumption_token::String

Returns the value of attribute license_consumption_token.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def license_consumption_token
  @license_consumption_token
end

#node_id::String

Returns the value of attribute node_id.

Returns:



103
104
105
# File 'sig/types.rbs', line 103

def node_id
  @node_id
end

#signed_token::String

Returns the value of attribute signed_token.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def signed_token
  @signed_token
end