ConfigurationSet
public struct ConfigurationSet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration set. The name must meet the following requirements: Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). Contain 64 characters or fewer.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(name: String)