Class: Aws::Types::LayerVersionContentInput
- Inherits:
-
Object
- Object
- Aws::Types::LayerVersionContentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
-
#s3_object_storage_mode ⇒ "COPY", "REFERENCE"
Returns the value of attribute s3_object_storage_mode.
-
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
-
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def s3_key @s3_key end |
#s3_object_storage_mode ⇒ "COPY", "REFERENCE"
Returns the value of attribute s3_object_storage_mode.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def s3_object_storage_mode @s3_object_storage_mode end |
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def s3_object_version @s3_object_version end |
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def zip_file @zip_file end |