Class: Aws::Types::GetCreditsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCreditsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#payer_account_flag ⇒ Boolean
Returns the value of attribute payer_account_flag.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
274 275 276 |
# File 'sig/types.rbs', line 274 def account_id @account_id end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
276 277 278 |
# File 'sig/types.rbs', line 276 def end_date @end_date end |
#payer_account_flag ⇒ Boolean
Returns the value of attribute payer_account_flag.
277 278 279 |
# File 'sig/types.rbs', line 277 def payer_account_flag @payer_account_flag end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
275 276 277 |
# File 'sig/types.rbs', line 275 def start_date @start_date end |