GetGroupRequest
public struct GetGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the group that was generated on creation.
Declaration
Swift
public let groupARN: String?
-
The case-sensitive name of the group.
Declaration
Swift
public let groupName: String?
-
Undocumented
Declaration
Swift
public init(groupARN: String? = nil, groupName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws