DescribeDRTAccessResponse

public struct DescribeDRTAccessResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of Amazon S3 buckets accessed by the DRT.

    Declaration

    Swift

    public let logBucketList: [String]?
  • The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.

    Declaration

    Swift

    public let roleArn: String?
  • Undocumented

    Declaration

    Swift

    public init(logBucketList: [String]? = nil, roleArn: String? = nil)