Class: Aws::Types::AdminAppLicenseUsageRecord
- Inherits:
-
Object
- Object
- Aws::Types::AdminAppLicenseUsageRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
-
#license_type ⇒ ::String
Returns the value of attribute license_type.
-
#owner_aws_account_id ⇒ ::String
Returns the value of attribute owner_aws_account_id.
-
#subscription_first_used_date ⇒ ::Time
Returns the value of attribute subscription_first_used_date.
-
#subscription_last_used_date ⇒ ::Time
Returns the value of attribute subscription_last_used_date.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
19 20 21 |
# File 'sig/types.rbs', line 19 def billing_period @billing_period end |
#license_type ⇒ ::String
Returns the value of attribute license_type.
23 24 25 |
# File 'sig/types.rbs', line 23 def license_type @license_type end |
#owner_aws_account_id ⇒ ::String
Returns the value of attribute owner_aws_account_id.
20 21 22 |
# File 'sig/types.rbs', line 20 def owner_aws_account_id @owner_aws_account_id end |
#subscription_first_used_date ⇒ ::Time
Returns the value of attribute subscription_first_used_date.
21 22 23 |
# File 'sig/types.rbs', line 21 def subscription_first_used_date @subscription_first_used_date end |
#subscription_last_used_date ⇒ ::Time
Returns the value of attribute subscription_last_used_date.
22 23 24 |
# File 'sig/types.rbs', line 22 def subscription_last_used_date @subscription_last_used_date end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def user_arn @user_arn end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
24 25 26 |
# File 'sig/types.rbs', line 24 def user_id @user_id end |