Class: Aws::Types::CreateLicenseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#beneficiary ⇒ ::String
Returns the value of attribute beneficiary.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#consumption_configuration ⇒ Types::ConsumptionConfiguration
Returns the value of attribute consumption_configuration.
-
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
-
#home_region ⇒ ::String
Returns the value of attribute home_region.
-
#issuer ⇒ Types::Issuer
Returns the value of attribute issuer.
-
#license_metadata ⇒ ::Array[Types::Metadata]
Returns the value of attribute license_metadata.
-
#license_name ⇒ ::String
Returns the value of attribute license_name.
-
#product_name ⇒ ::String
Returns the value of attribute product_name.
-
#product_sku ⇒ ::String
Returns the value of attribute product_sku.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#validity ⇒ Types::DatetimeRange
Returns the value of attribute validity.
Instance Attribute Details
#beneficiary ⇒ ::String
Returns the value of attribute beneficiary.
251 252 253 |
# File 'sig/types.rbs', line 251 def beneficiary @beneficiary end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
254 255 256 |
# File 'sig/types.rbs', line 254 def client_token @client_token end |
#consumption_configuration ⇒ Types::ConsumptionConfiguration
Returns the value of attribute consumption_configuration.
252 253 254 |
# File 'sig/types.rbs', line 252 def consumption_configuration @consumption_configuration end |
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
250 251 252 |
# File 'sig/types.rbs', line 250 def entitlements @entitlements end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
248 249 250 |
# File 'sig/types.rbs', line 248 def home_region @home_region end |
#issuer ⇒ Types::Issuer
Returns the value of attribute issuer.
247 248 249 |
# File 'sig/types.rbs', line 247 def issuer @issuer end |
#license_metadata ⇒ ::Array[Types::Metadata]
Returns the value of attribute license_metadata.
253 254 255 |
# File 'sig/types.rbs', line 253 def end |
#license_name ⇒ ::String
Returns the value of attribute license_name.
244 245 246 |
# File 'sig/types.rbs', line 244 def license_name @license_name end |
#product_name ⇒ ::String
Returns the value of attribute product_name.
245 246 247 |
# File 'sig/types.rbs', line 245 def product_name @product_name end |
#product_sku ⇒ ::String
Returns the value of attribute product_sku.
246 247 248 |
# File 'sig/types.rbs', line 246 def product_sku @product_sku end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
255 256 257 |
# File 'sig/types.rbs', line 255 def end |
#validity ⇒ Types::DatetimeRange
Returns the value of attribute validity.
249 250 251 |
# File 'sig/types.rbs', line 249 def validity @validity end |