Class: Aws::CostandUsageReportService::Types::DescribeReportDefinitionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb

Overview

If the action is successful, the service sends back an HTTP 200 response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A generic string.

Returns:

  • (String)


78
79
80
81
82
83
# File 'gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb', line 78

class DescribeReportDefinitionsResponse < Struct.new(
  :report_definitions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#report_definitionsArray<Types::ReportDefinition>

An Amazon Web Services Cost and Usage Report list owned by the account.

Returns:



78
79
80
81
82
83
# File 'gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb', line 78

class DescribeReportDefinitionsResponse < Struct.new(
  :report_definitions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end