Class: Aws::Organizations::Types::PutResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PutResourcePolicyRequest
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
If provided, the new content for the resource policy.
-
#tags ⇒ Array<Types::Tag>
A list of tags that you want to attach to the newly created resource policy.
Instance Attribute Details
#content ⇒ String
If provided, the new content for the resource policy. The text must be correctly formatted JSON that complies with the syntax for the resource policy's type. For more information, see SCP syntax in the Organizations User Guide.
4635 4636 4637 4638 4639 4640 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4635 class PutResourcePolicyRequest < Struct.new( :content, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags that you want to attach to the newly created resource
policy. For each tag in the list, you must specify both a tag key
and a value. You can set the value to an empty string, but you
can't set it to null
. For more information about tagging, see
Tagging Organizations resources in the Organizations User
Guide.
4635 4636 4637 4638 4639 4640 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4635 class PutResourcePolicyRequest < Struct.new( :content, :tags) SENSITIVE = [] include Aws::Structure end |