ResourceShareAssociation
public struct ResourceShareAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The associated entity. For resource associations, this is the ARN of the resource. For principal associations, this is the ID of an AWS account or the ARN of an OU or organization from AWS Organizations.
Declaration
Swift
public let associatedEntity: String?
-
The association type.
Declaration
Swift
public let associationType: ResourceShareAssociationType?
-
The time when the association was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
Indicates whether the principal belongs to the same AWS organization as the AWS account that owns the resource share.
Declaration
Swift
public let external: Bool?
-
The time when the association was last updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the resource share.
Declaration
Swift
public let resourceShareArn: String?
-
The name of the resource share.
Declaration
Swift
public let resourceShareName: String?
-
The status of the association.
Declaration
Swift
public let status: ResourceShareAssociationStatus?
-
A message about the status of the association.
Declaration
Swift
public let statusMessage: String?
-
init(associatedEntity:associationType:creationTime:external:lastUpdatedTime:resourceShareArn:resourceShareName:status:statusMessage:)
Undocumented
Declaration
Swift
public init(associatedEntity: String? = nil, associationType: ResourceShareAssociationType? = nil, creationTime: TimeStamp? = nil, external: Bool? = nil, lastUpdatedTime: TimeStamp? = nil, resourceShareArn: String? = nil, resourceShareName: String? = nil, status: ResourceShareAssociationStatus? = nil, statusMessage: String? = nil)