Class: Aws::Types::ResourceState
- Inherits:
-
Object
- Object
- Aws::Types::ResourceState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_repository ⇒ Types::State
Returns the value of attribute code_repository.
-
#ec2 ⇒ Types::State
Returns the value of attribute ec2.
-
#ecr ⇒ Types::State
Returns the value of attribute ecr.
-
#lambda ⇒ Types::State
Returns the value of attribute lambda.
-
#lambda_code ⇒ Types::State
Returns the value of attribute lambda_code.
Instance Attribute Details
#code_repository ⇒ Types::State
Returns the value of attribute code_repository.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def code_repository @code_repository end |
#ec2 ⇒ Types::State
Returns the value of attribute ec2.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def ec2 @ec2 end |
#ecr ⇒ Types::State
Returns the value of attribute ecr.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def ecr @ecr end |
#lambda ⇒ Types::State
Returns the value of attribute lambda.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def lambda @lambda end |
#lambda_code ⇒ Types::State
Returns the value of attribute lambda_code.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def lambda_code @lambda_code end |