Class: Aws::Types::ResourcePolicy
- Inherits:
-
Object
- Object
- Aws::Types::ResourcePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document ⇒ ::String
Returns the value of attribute document.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#document ⇒ ::String
Returns the value of attribute document.
890 891 892 |
# File 'sig/types.rbs', line 890 def document @document end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
888 889 890 |
# File 'sig/types.rbs', line 888 def resource_arn @resource_arn end |
#revision ⇒ ::String
Returns the value of attribute revision.
889 890 891 |
# File 'sig/types.rbs', line 889 def revision @revision end |