Class: Aws::Types::PutDestinationPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDestinationPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policy ⇒ ::String
Returns the value of attribute access_policy.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#force_update ⇒ Boolean
Returns the value of attribute force_update.
Instance Attribute Details
#access_policy ⇒ ::String
Returns the value of attribute access_policy.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def access_policy @access_policy end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def destination_name @destination_name end |
#force_update ⇒ Boolean
Returns the value of attribute force_update.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def force_update @force_update end |