Class: Aws::Types::PackageSource
- Inherits:
-
Object
- Object
- Aws::Types::PackageSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
Instance Attribute Details
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def s3_bucket_name @s3_bucket_name end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def s3_key @s3_key end |