EntityType
public struct EntityType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The entity type ARN.
Declaration
Swift
public let arn: String?
-
Timestamp of when the entity type was created.
Declaration
Swift
public let createdTime: String?
-
The entity type description.
Declaration
Swift
public let description: String?
-
Timestamp of when the entity type was last updated.
Declaration
Swift
public let lastUpdatedTime: String?
-
The entity type name.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: String? = nil, description: String? = nil, lastUpdatedTime: String? = nil, name: String? = nil)