UpdateGroupInput

public struct UpdateGroupInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.

    Declaration

    Swift

    public let description: String?
  • The name or the ARN of the resource group to modify.

    Declaration

    Swift

    public let group: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, group: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws