EntitySummary
public struct EntitySummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN associated with the unique identifier for the entity.
Declaration
Swift
public let entityArn: String?
-
The unique identifier for the entity.
Declaration
Swift
public let entityId: String?
-
The type of the entity.
Declaration
Swift
public let entityType: String?
-
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
Declaration
Swift
public let lastModifiedDate: String?
-
The name for the entity. This value is not unique. It is defined by the seller.
Declaration
Swift
public let name: String?
-
The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).
Declaration
Swift
public let visibility: String?
-
Undocumented
Declaration
Swift
public init(entityArn: String? = nil, entityId: String? = nil, entityType: String? = nil, lastModifiedDate: String? = nil, name: String? = nil, visibility: String? = nil)