Class: Aws::Types::AdminAppLicenseUsageRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_period::String

Returns the value of attribute billing_period.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def 
  @owner_aws_account_id
end

#subscription_first_used_date::Time

Returns the value of attribute subscription_first_used_date.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def user_id
  @user_id
end