Class: Aws::Types::GetCreditAllocationHistoryRequest

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)


256
257
258
# File 'sig/types.rbs', line 256

def 
  @account_id
end

#credit_id::Integer

Returns the value of attribute credit_id.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


258
259
260
# File 'sig/types.rbs', line 258

def start_date
  @start_date
end