DescribeEntityResponse
public struct DescribeEntityResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
This stringified JSON object includes the details of the entity.
Declaration
Swift
public let details: String?
-
The ARN associated to the unique identifier for the change set referenced in this request.
Declaration
Swift
public let entityArn: String?
-
The identifier of the entity, in the format of EntityId@RevisionId.
Declaration
Swift
public let entityIdentifier: String?
-
The named type of the entity, in the format of EntityType@Version.
Declaration
Swift
public let entityType: String?
-
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
Declaration
Swift
public let lastModifiedDate: String?
-
Undocumented
Declaration
Swift
public init(details: String? = nil, entityArn: String? = nil, entityIdentifier: String? = nil, entityType: String? = nil, lastModifiedDate: String? = nil)