Class: Aws::Types::CheckoutBorrowLicenseResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checkout_metadata::Array[Types::Metadata]

Returns the value of attribute checkout_metadata.

Returns:



83
84
85
# File 'sig/types.rbs', line 83

def 
  
end

#entitlements_allowed::Array[Types::EntitlementData]

Returns the value of attribute entitlements_allowed.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def entitlements_allowed
  @entitlements_allowed
end

#expiration::String

Returns the value of attribute expiration.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def expiration
  @expiration
end

#issued_at::String

Returns the value of attribute issued_at.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def issued_at
  @issued_at
end

#license_arn::String

Returns the value of attribute license_arn.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def license_arn
  @license_arn
end

#license_consumption_token::String

Returns the value of attribute license_consumption_token.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def license_consumption_token
  @license_consumption_token
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def node_id
  @node_id
end

#signed_token::String

Returns the value of attribute signed_token.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def signed_token
  @signed_token
end