EntityDescription
public struct EntityDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The entity ARN.
Declaration
Swift
public let arn: String?
-
The time at which the entity was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The definition document of the entity.
Declaration
Swift
public let definition: DefinitionDocument?
-
The entity ID.
Declaration
Swift
public let id: String?
-
The entity type.
Declaration
Swift
public let type: EntityType?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, definition: DefinitionDocument? = nil, id: String? = nil, type: EntityType? = nil)