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.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def s3_key @s3_key end |
#s3_object_storage_mode ⇒ "COPY", "REFERENCE"
Returns the value of attribute s3_object_storage_mode.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def s3_object_storage_mode @s3_object_storage_mode end |
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def s3_object_version @s3_object_version end |
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def zip_file @zip_file end |