ServiceId
public struct ServiceId : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let accountId: String?
-
Undocumented
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public let names: [String]?
-
Undocumented
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(accountId: String? = nil, name: String? = nil, names: [String]? = nil, type: String? = nil)