Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
881 882 883 |
# File 'sig/types.rbs', line 881 def client_token @client_token end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def policy_revision_id @policy_revision_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
878 879 880 |
# File 'sig/types.rbs', line 878 def resource_arn @resource_arn end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
879 880 881 |
# File 'sig/types.rbs', line 879 def resource_policy @resource_policy end |