Class: Aws::Types::UsageRecord
- Inherits:
-
Object
- Object
- Aws::Types::UsageRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#automated_discovery_free_trial_start_date ⇒ ::Time
Returns the value of attribute automated_discovery_free_trial_start_date.
-
#free_trial_start_date ⇒ ::Time
Returns the value of attribute free_trial_start_date.
-
#usage ⇒ ::Array[Types::UsageByAccount]
Returns the value of attribute usage.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def account_id @account_id end |
#automated_discovery_free_trial_start_date ⇒ ::Time
Returns the value of attribute automated_discovery_free_trial_start_date.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def automated_discovery_free_trial_start_date @automated_discovery_free_trial_start_date end |
#free_trial_start_date ⇒ ::Time
Returns the value of attribute free_trial_start_date.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def free_trial_start_date @free_trial_start_date end |
#usage ⇒ ::Array[Types::UsageByAccount]
Returns the value of attribute usage.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def usage @usage end |