DescribeEntityRequest
public struct DescribeEntityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Required. The catalog related to the request. Fixed value: AWSMarketplace
Declaration
Swift
public let catalog: String -
Required. The unique ID of the entity to describe.
Declaration
Swift
public let entityId: String -
Undocumented
Declaration
Swift
public init(catalog: String, entityId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeEntityRequest Structure Reference