Method: Aws::APIGateway::Types::GetUsageRequest#end_date
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#end_date ⇒ String
The ending date (e.g., 2016-12-31) of the usage data.
4061 4062 4063 4064 4065 4066 4067 4068 4069 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4061 class GetUsageRequest < Struct.new( :usage_plan_id, :key_id, :start_date, :end_date, :position, :limit) include Aws::Structure end |