UpdateDomainMetadataRequest
public struct UpdateDomainMetadataRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name to display.
Declaration
Swift
public let displayName: String?
-
The name of the domain.
Declaration
Swift
public let domainName: String
-
The ARN of the fleet.
Declaration
Swift
public let fleetArn: String
-
Undocumented
Declaration
Swift
public init(displayName: String? = nil, domainName: String, fleetArn: String)
-
Declaration
Swift
public func validate(name: String) throws