PolicyStatus

public struct PolicyStatus : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The policy status for this bucket. TRUE indicates that this bucket is public. FALSE indicates that the bucket is not public.

    Declaration

    Swift

    public let isPublic: Bool?
  • Undocumented

    Declaration

    Swift

    public init(isPublic: Bool? = nil)