ResourceShareInvitation
public struct ResourceShareInvitation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time when the invitation was sent.
Declaration
Swift
public let invitationTimestamp: TimeStamp? -
The ID of the AWS account that received the invitation.
Declaration
Swift
public let receiverAccountId: String? -
The Amazon Resource Name (ARN) of the resource share.
Declaration
Swift
public let resourceShareArn: String? -
The Amazon Resource Name (ARN) of the invitation.
Declaration
Swift
public let resourceShareInvitationArn: String? -
The name of the resource share.
Declaration
Swift
public let resourceShareName: String? -
The ID of the AWS account that sent the invitation.
Declaration
Swift
public let senderAccountId: String? -
The status of the invitation.
Declaration
Swift
public let status: ResourceShareInvitationStatus? -
init(invitationTimestamp:receiverAccountId:resourceShareArn:resourceShareInvitationArn:resourceShareName:senderAccountId:status:)Undocumented
Declaration
Swift
public init(invitationTimestamp: TimeStamp? = nil, receiverAccountId: String? = nil, resourceShareArn: String? = nil, resourceShareInvitationArn: String? = nil, resourceShareName: String? = nil, senderAccountId: String? = nil, status: ResourceShareInvitationStatus? = nil)
View on GitHub
ResourceShareInvitation Structure Reference