ModifySecurityGroupAttribute#

Description#

Modifies attributes of the specified security group.

Request Parameters#

  • Description.Value — The description of the security group.

    • Type: String

    • Required: Yes

  • GroupId — The ID of the security group.

    • Type: String

    • Required: Yes

Response Elements#

  • requestId — The request ID

    • Type: String

  • returnTrue is returned if the request succeeds and an error otherwise.

    • Type: Boolean

Examples#

c2-ec2 ModifySecurityGroupAttribute GroupId <group_id> Description.Value <description string>