Class: Aws::Types::PutResourcePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
454 455 456 |
# File 'sig/types.rbs', line 454 def policy @policy end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
455 456 457 |
# File 'sig/types.rbs', line 455 def registry_name @registry_name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
456 457 458 |
# File 'sig/types.rbs', line 456 def revision_id @revision_id end |