DeleteResourceShareRequest

public struct DeleteResourceShareRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Swift

    public let clientToken: String?
  • The Amazon Resource Name (ARN) of the resource share.

    Declaration

    Swift

    public let resourceShareArn: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = nil, resourceShareArn: String)