Class: Aws::Types::DescribeAccountPoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountPoliciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_identifiers ⇒ ::Array[::String]
Returns the value of attribute account_identifiers.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_type ⇒ "DATA_PROTECTION_POLICY", ...
Returns the value of attribute policy_type.
Instance Attribute Details
#account_identifiers ⇒ ::Array[::String]
Returns the value of attribute account_identifiers.
495 496 497 |
# File 'sig/types.rbs', line 495 def account_identifiers @account_identifiers end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
496 497 498 |
# File 'sig/types.rbs', line 496 def next_token @next_token end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
494 495 496 |
# File 'sig/types.rbs', line 494 def policy_name @policy_name end |
#policy_type ⇒ "DATA_PROTECTION_POLICY", ...
Returns the value of attribute policy_type.
493 494 495 |
# File 'sig/types.rbs', line 493 def policy_type @policy_type end |