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.
6174 6175 6176 |
# File 'sig/types.rbs', line 6174 def enable_hybrid @enable_hybrid end |
#policy_exists_condition ⇒ "MUST_EXIST", ...
Returns the value of attribute policy_exists_condition.
6173 6174 6175 |
# File 'sig/types.rbs', line 6173 def policy_exists_condition @policy_exists_condition end |
#policy_hash_condition ⇒ ::String
Returns the value of attribute policy_hash_condition.
6172 6173 6174 |
# File 'sig/types.rbs', line 6172 def policy_hash_condition @policy_hash_condition end |
#policy_in_json ⇒ ::String
Returns the value of attribute policy_in_json.
6170 6171 6172 |
# File 'sig/types.rbs', line 6170 def policy_in_json @policy_in_json end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
6171 6172 6173 |
# File 'sig/types.rbs', line 6171 def resource_arn @resource_arn end |