Class: Aws::Types::PutAccountPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccountPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_type ⇒ "DATA_PROTECTION_POLICY", ...
Returns the value of attribute policy_type.
-
#scope ⇒ "ALL"
Returns the value of attribute scope.
-
#selection_criteria ⇒ ::String
Returns the value of attribute selection_criteria.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def policy_name @policy_name end |
#policy_type ⇒ "DATA_PROTECTION_POLICY", ...
Returns the value of attribute policy_type.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def policy_type @policy_type end |
#scope ⇒ "ALL"
Returns the value of attribute scope.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def scope @scope end |
#selection_criteria ⇒ ::String
Returns the value of attribute selection_criteria.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def selection_criteria @selection_criteria end |