You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CostandUsageReportService::Types::DescribeReportDefinitionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeReportDefinitionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  max_results: 1,
  next_token: "GenericString",
}

Requests a list of AWS Cost and Usage reports owned by the account.

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results that AWS returns for the operation.

Returns:

  • (Integer)

    The maximum number of results that AWS returns for the operation.

    .

#next_tokenString

A generic string.

Returns:

  • (String)

    A generic string.

    .