Class: Aws::Types::SetDataRetrievalPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::SetDataRetrievalPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#policy ⇒ Types::DataRetrievalPolicy
Returns the value of attribute policy.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
539 540 541 |
# File 'sig/types.rbs', line 539 def account_id @account_id end |
#policy ⇒ Types::DataRetrievalPolicy
Returns the value of attribute policy.
540 541 542 |
# File 'sig/types.rbs', line 540 def policy @policy end |