Class: Aws::Organizations::Types::DisablePolicyTypeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_typeString

Returns:

  • (String)


1808
1809
1810
1811
1812
1813
# File 'lib/aws-sdk-organizations/types.rb', line 1808

class DisablePolicyTypeRequest < Struct.new(
  :root_id,
  :policy_type)
  SENSITIVE = []
  include Aws::Structure
end

#root_idString

The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

The [regex pattern] for a root ID string requires “r-” followed by from 4 to 32 lowercase letters or digits.

[1]: wikipedia.org/wiki/regex

Returns:

  • (String)


1808
1809
1810
1811
1812
1813
# File 'lib/aws-sdk-organizations/types.rb', line 1808

class DisablePolicyTypeRequest < Struct.new(
  :root_id,
  :policy_type)
  SENSITIVE = []
  include Aws::Structure
end