Class: Aws::Types::AddLayerVersionPermissionResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddLayerVersionPermissionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#statement ⇒ ::String
Returns the value of attribute statement.
Instance Attribute Details
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
39 40 41 |
# File 'sig/types.rbs', line 39 def revision_id @revision_id end |
#statement ⇒ ::String
Returns the value of attribute statement.
38 39 40 |
# File 'sig/types.rbs', line 38 def statement @statement end |