GroupDefinition
public struct GroupDefinition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The string that represents a key for a specified group.
Declaration
Swift
public let key: String? -
The string that represents the type of group.
Declaration
Swift
public let type: GroupDefinitionType? -
Undocumented
Declaration
Swift
public init(key: String? = nil, type: GroupDefinitionType? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GroupDefinition Structure Reference