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.
6105 6106 6107 |
# File 'sig/types.rbs', line 6105 def enable_hybrid @enable_hybrid end |
#policy_exists_condition ⇒ "MUST_EXIST", ...
Returns the value of attribute policy_exists_condition.
6104 6105 6106 |
# File 'sig/types.rbs', line 6104 def policy_exists_condition @policy_exists_condition end |
#policy_hash_condition ⇒ ::String
Returns the value of attribute policy_hash_condition.
6103 6104 6105 |
# File 'sig/types.rbs', line 6103 def policy_hash_condition @policy_hash_condition end |
#policy_in_json ⇒ ::String
Returns the value of attribute policy_in_json.
6101 6102 6103 |
# File 'sig/types.rbs', line 6101 def policy_in_json @policy_in_json end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
6102 6103 6104 |
# File 'sig/types.rbs', line 6102 def resource_arn @resource_arn end |