DescribeGroupRequest
public struct DescribeGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the group to be described.
Declaration
Swift
public let groupId: String
-
The identifier for the organization under which the group exists.
Declaration
Swift
public let organizationId: String
-
Undocumented
Declaration
Swift
public init(groupId: String, organizationId: String)
-
Declaration
Swift
public func validate(name: String) throws