Class: Aws::Types::AccountPolicy
- Inherits:
-
Object
- Object
- Aws::Types::AccountPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
21 22 23 |
# File 'sig/types.rbs', line 21 def account_id @account_id end |
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
17 18 19 |
# File 'sig/types.rbs', line 17 def last_updated_time @last_updated_time end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
16 17 18 |
# File 'sig/types.rbs', line 16 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
15 16 17 |
# File 'sig/types.rbs', line 15 def policy_name @policy_name end |
#policy_type ⇒ "DATA_PROTECTION_POLICY", ...
Returns the value of attribute policy_type.
18 19 20 |
# File 'sig/types.rbs', line 18 def policy_type @policy_type end |
#scope ⇒ "ALL"
Returns the value of attribute scope.
19 20 21 |
# File 'sig/types.rbs', line 19 def scope @scope end |
#selection_criteria ⇒ ::String
Returns the value of attribute selection_criteria.
20 21 22 |
# File 'sig/types.rbs', line 20 def selection_criteria @selection_criteria end |