Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_revision_id ⇒ ::String
Returns the value of attribute expected_revision_id.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#expected_revision_id ⇒ ::String
Returns the value of attribute expected_revision_id.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def expected_revision_id @expected_revision_id end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def policy_name @policy_name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def resource_arn @resource_arn end |