AssociateResourceShareRequest

public struct AssociateResourceShareRequest : 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 principals.

    Declaration

    Swift

    public let principals: [String]?
  • The Amazon Resource Names (ARN) of the resources.

    Declaration

    Swift

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

    Declaration

    Swift

    public let resourceShareArn: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = nil, principals: [String]? = nil, resourceArns: [String]? = nil, resourceShareArn: String)