Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_hybrid ⇒ "TRUE", "FALSE"
Returns the value of attribute enable_hybrid.
-
#policy_exists_condition ⇒ "MUST_EXIST", ...
Returns the value of attribute policy_exists_condition.
-
#policy_hash_condition ⇒ ::String
Returns the value of attribute policy_hash_condition.
-
#policy_in_json ⇒ ::String
Returns the value of attribute policy_in_json.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#enable_hybrid ⇒ "TRUE", "FALSE"
Returns the value of attribute enable_hybrid.
6137 6138 6139 |
# File 'sig/types.rbs', line 6137 def enable_hybrid @enable_hybrid end |
#policy_exists_condition ⇒ "MUST_EXIST", ...
Returns the value of attribute policy_exists_condition.
6136 6137 6138 |
# File 'sig/types.rbs', line 6136 def policy_exists_condition @policy_exists_condition end |
#policy_hash_condition ⇒ ::String
Returns the value of attribute policy_hash_condition.
6135 6136 6137 |
# File 'sig/types.rbs', line 6135 def policy_hash_condition @policy_hash_condition end |
#policy_in_json ⇒ ::String
Returns the value of attribute policy_in_json.
6133 6134 6135 |
# File 'sig/types.rbs', line 6133 def policy_in_json @policy_in_json end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
6134 6135 6136 |
# File 'sig/types.rbs', line 6134 def resource_arn @resource_arn end |