Class: Aws::Types::GetCreditAllocationHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCreditAllocationHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#credit_id ⇒ ::Integer
Returns the value of attribute credit_id.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
256 257 258 |
# File 'sig/types.rbs', line 256 def account_id @account_id end |
#credit_id ⇒ ::Integer
Returns the value of attribute credit_id.
257 258 259 |
# File 'sig/types.rbs', line 257 def credit_id @credit_id end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
259 260 261 |
# File 'sig/types.rbs', line 259 def end_date @end_date end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
261 262 263 |
# File 'sig/types.rbs', line 261 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
260 261 262 |
# File 'sig/types.rbs', line 260 def next_token @next_token end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
258 259 260 |
# File 'sig/types.rbs', line 258 def start_date @start_date end |