Class: Aws::Types::GetCreditsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def 
  @account_id
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


276
277
278
# File 'sig/types.rbs', line 276

def end_date
  @end_date
end

#payer_account_flagBoolean

Returns the value of attribute payer_account_flag.

Returns:

  • (Boolean)


277
278
279
# File 'sig/types.rbs', line 277

def 
  @payer_account_flag
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


275
276
277
# File 'sig/types.rbs', line 275

def start_date
  @start_date
end