Class: Aws::Types::CreateLicenseVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#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.
-
#reset_usage ⇒ Boolean
Returns the value of attribute reset_usage.
-
#source_version ⇒ ::String
Returns the value of attribute source_version.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#validity ⇒ Types::DatetimeRange
Returns the value of attribute validity.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
277 278 279 |
# File 'sig/types.rbs', line 277 def client_token @client_token end |
#consumption_configuration ⇒ Types::ConsumptionConfiguration
Returns the value of attribute consumption_configuration.
275 276 277 |
# File 'sig/types.rbs', line 275 def consumption_configuration @consumption_configuration end |
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
274 275 276 |
# File 'sig/types.rbs', line 274 def entitlements @entitlements end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
271 272 273 |
# File 'sig/types.rbs', line 271 def home_region @home_region end |
#issuer ⇒ Types::Issuer
Returns the value of attribute issuer.
270 271 272 |
# File 'sig/types.rbs', line 270 def issuer @issuer end |
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def license_arn @license_arn end |
#license_metadata ⇒ ::Array[Types::Metadata]
Returns the value of attribute license_metadata.
273 274 275 |
# File 'sig/types.rbs', line 273 def end |
#license_name ⇒ ::String
Returns the value of attribute license_name.
268 269 270 |
# File 'sig/types.rbs', line 268 def license_name @license_name end |
#product_name ⇒ ::String
Returns the value of attribute product_name.
269 270 271 |
# File 'sig/types.rbs', line 269 def product_name @product_name end |
#reset_usage ⇒ Boolean
Returns the value of attribute reset_usage.
279 280 281 |
# File 'sig/types.rbs', line 279 def reset_usage @reset_usage end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
278 279 280 |
# File 'sig/types.rbs', line 278 def source_version @source_version end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
276 277 278 |
# File 'sig/types.rbs', line 276 def status @status end |
#validity ⇒ Types::DatetimeRange
Returns the value of attribute validity.
272 273 274 |
# File 'sig/types.rbs', line 272 def validity @validity end |