UpdateGroupResponse
public struct UpdateGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the group.
Declaration
Swift
public let group: Group? -
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String? -
The HTTP status of the request.
Declaration
Swift
public let status: Int? -
Undocumented
Declaration
Swift
public init(group: Group? = nil, requestId: String? = nil, status: Int? = nil)
View on GitHub
UpdateGroupResponse Structure Reference