AssociateRoleToGroupRequest

public struct AssociateRoleToGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let groupId: String
  • The ARN of the role you wish to associate with this group. The existence of the role is not validated.

    Declaration

    Swift

    public let roleArn: String
  • Undocumented

    Declaration

    Swift

    public init(groupId: String, roleArn: String)