Class: Aws::Types::CanaryCodeOutput
- Inherits:
-
Object
- Object
- Aws::Types::CanaryCodeOutput
- 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.
-
#source_location_arn ⇒ ::String
Returns the value of attribute source_location_arn.
Instance Attribute Details
#blueprint_types ⇒ ::Array[::String]
Returns the value of attribute blueprint_types.
100 101 102 |
# File 'sig/types.rbs', line 100 def blueprint_types @blueprint_types end |
#dependencies ⇒ ::Array[Types::Dependency]
Returns the value of attribute dependencies.
101 102 103 |
# File 'sig/types.rbs', line 101 def dependencies @dependencies end |
#handler ⇒ ::String
Returns the value of attribute handler.
99 100 101 |
# File 'sig/types.rbs', line 99 def handler @handler end |
#source_location_arn ⇒ ::String
Returns the value of attribute source_location_arn.
98 99 100 |
# File 'sig/types.rbs', line 98 def source_location_arn @source_location_arn end |