Method: Aws::APIGateway::Types::GetUsageRequest#end_date

Defined in:
lib/aws-sdk-apigateway/types.rb

#end_dateString

[Required] The ending date (e.g., 2016-12-31) of the usage data.

Returns:

  • (String)

4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
# File 'lib/aws-sdk-apigateway/types.rb', line 4429

class GetUsageRequest < Struct.new(
  :usage_plan_id,
  :key_id,
  :start_date,
  :end_date,
  :position,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end