Class: Aws::Types::CanaryCodeInput
- Inherits:
-
Object
- Object
- Aws::Types::CanaryCodeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_types ⇒ ::Array[::String]
Returns the value of attribute blueprint_types.
-
#dependencies ⇒ ::Array[Types::Dependency]
Returns the value of attribute dependencies.
-
#handler ⇒ ::String
Returns the value of attribute handler.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
-
#s3_version ⇒ ::String
Returns the value of attribute s3_version.
-
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
Instance Attribute Details
#blueprint_types ⇒ ::Array[::String]
Returns the value of attribute blueprint_types.
92 93 94 |
# File 'sig/types.rbs', line 92 def blueprint_types @blueprint_types end |
#dependencies ⇒ ::Array[Types::Dependency]
Returns the value of attribute dependencies.
93 94 95 |
# File 'sig/types.rbs', line 93 def dependencies @dependencies end |
#handler ⇒ ::String
Returns the value of attribute handler.
91 92 93 |
# File 'sig/types.rbs', line 91 def handler @handler end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
87 88 89 |
# File 'sig/types.rbs', line 87 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
88 89 90 |
# File 'sig/types.rbs', line 88 def s3_key @s3_key end |
#s3_version ⇒ ::String
Returns the value of attribute s3_version.
89 90 91 |
# File 'sig/types.rbs', line 89 def s3_version @s3_version end |
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
90 91 92 |
# File 'sig/types.rbs', line 90 def zip_file @zip_file end |