PolicyGroup
public struct PolicyGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the IAM User Guide.
Declaration
Swift
public let groupId: String? -
The name (friendly name, not ARN) identifying the group.
Declaration
Swift
public let groupName: String? -
Undocumented
Declaration
Swift
public init(groupId: String? = nil, groupName: String? = nil)
View on GitHub
PolicyGroup Structure Reference