PrefixListAssociation

public struct PrefixListAssociation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the resource.

    Declaration

    Swift

    public let resourceId: String?
  • The owner of the resource.

    Declaration

    Swift

    public let resourceOwner: String?
  • Undocumented

    Declaration

    Swift

    public init(resourceId: String? = nil, resourceOwner: String? = nil)