ListS3ResourcesResult

public struct ListS3ResourcesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

    Declaration

    Swift

    public let nextToken: String?
  • A list of the associated S3 resources returned by the action.

    Declaration

    Swift

    public let s3Resources: [S3ResourceClassification]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, s3Resources: [S3ResourceClassification]? = nil)