Class: Aws::Types::AutoEnable
- Inherits:
-
Object
- Object
- Aws::Types::AutoEnable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_repository ⇒ Boolean
Returns the value of attribute code_repository.
-
#ec2 ⇒ Boolean
Returns the value of attribute ec2.
-
#ecr ⇒ Boolean
Returns the value of attribute ecr.
-
#lambda ⇒ Boolean
Returns the value of attribute lambda.
-
#lambda_code ⇒ Boolean
Returns the value of attribute lambda_code.
Instance Attribute Details
#code_repository ⇒ Boolean
Returns the value of attribute code_repository.
201 202 203 |
# File 'sig/types.rbs', line 201 def code_repository @code_repository end |
#ec2 ⇒ Boolean
Returns the value of attribute ec2.
197 198 199 |
# File 'sig/types.rbs', line 197 def ec2 @ec2 end |
#ecr ⇒ Boolean
Returns the value of attribute ecr.
198 199 200 |
# File 'sig/types.rbs', line 198 def ecr @ecr end |
#lambda ⇒ Boolean
Returns the value of attribute lambda.
199 200 201 |
# File 'sig/types.rbs', line 199 def lambda @lambda end |
#lambda_code ⇒ Boolean
Returns the value of attribute lambda_code.
200 201 202 |
# File 'sig/types.rbs', line 200 def lambda_code @lambda_code end |