Class: Aws::Types::CodeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CodeConfiguration
- 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_version ⇒ ::String
Returns the value of attribute s3_object_version.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
40 41 42 |
# File 'sig/types.rbs', line 40 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
41 42 43 |
# File 'sig/types.rbs', line 41 def s3_key @s3_key end |
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
42 43 44 |
# File 'sig/types.rbs', line 42 def s3_object_version @s3_object_version end |