StartReportCreationInput

public struct StartReportCreationInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the Amazon S3 bucket where the report will be stored; for example: awsexamplebucket For more information on S3 bucket requirements, including an example bucket policy, see the example S3 bucket policy on this page.

    Declaration

    Swift

    public let s3Bucket: String
  • Undocumented

    Declaration

    Swift

    public init(s3Bucket: String)
  • Declaration

    Swift

    public func validate(name: String) throws