Class: Aws::Types::AddLayerVersionPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddLayerVersionPermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#layer_name ⇒ ::String
Returns the value of attribute layer_name.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
30 31 32 |
# File 'sig/types.rbs', line 30 def action @action end |
#layer_name ⇒ ::String
Returns the value of attribute layer_name.
27 28 29 |
# File 'sig/types.rbs', line 27 def layer_name @layer_name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def organization_id @organization_id end |
#principal ⇒ ::String
Returns the value of attribute principal.
31 32 33 |
# File 'sig/types.rbs', line 31 def principal @principal end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
33 34 35 |
# File 'sig/types.rbs', line 33 def revision_id @revision_id end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def statement_id @statement_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
28 29 30 |
# File 'sig/types.rbs', line 28 def version_number @version_number end |