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.
6147 6148 6149 |
# File 'sig/types.rbs', line 6147 def enable_hybrid @enable_hybrid end |
#policy_exists_condition ⇒ "MUST_EXIST", ...
Returns the value of attribute policy_exists_condition.
6146 6147 6148 |
# File 'sig/types.rbs', line 6146 def policy_exists_condition @policy_exists_condition end |
#policy_hash_condition ⇒ ::String
Returns the value of attribute policy_hash_condition.
6145 6146 6147 |
# File 'sig/types.rbs', line 6145 def policy_hash_condition @policy_hash_condition end |
#policy_in_json ⇒ ::String
Returns the value of attribute policy_in_json.
6143 6144 6145 |
# File 'sig/types.rbs', line 6143 def policy_in_json @policy_in_json end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
6144 6145 6146 |
# File 'sig/types.rbs', line 6144 def resource_arn @resource_arn end |