DescribeReportDefinitionsResponse
public struct DescribeReportDefinitionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let nextToken: String?
-
A list of AWS Cost and Usage reports owned by the account.
Declaration
Swift
public let reportDefinitions: [ReportDefinition]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, reportDefinitions: [ReportDefinition]? = nil)