You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Organizations::Types::UpdatePolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdatePolicyRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  policy_id: "PolicyId", # required
  name: "PolicyName",
  description: "PolicyDescription",
  content: "PolicyContent",
}

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy\'s type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

Returns:

  • (String)

    If provided, the new content for the policy.

#descriptionString

If provided, the new description for the policy.

Returns:

  • (String)

    If provided, the new description for the policy.

#nameString

If provided, the new name for the policy.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

Returns:

  • (String)

    If provided, the new name for the policy.

#policy_idString

The unique identifier (ID) of the policy that you want to update.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

Returns:

  • (String)

    The unique identifier (ID) of the policy that you want to update.