Class: Aws::Types::Code
- Inherits:
-
Object
- Object
- Aws::Types::Code
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: S3Location, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
17 18 19 |
# File 'sig/types.rbs', line 17 def s3_location @s3_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
18 19 20 |
# File 'sig/types.rbs', line 18 def unknown @unknown end |