Class: Aws::Types::FindingDetails
- Inherits:
-
Object
- Object
- Aws::Types::FindingDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CloudFormationStackUpdate, CodeDeployDeployment, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_formation_stack_update ⇒ Types::CloudFormationStackUpdate
Returns the value of attribute cloud_formation_stack_update.
-
#code_deploy_deployment ⇒ Types::CodeDeployDeployment
Returns the value of attribute code_deploy_deployment.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cloud_formation_stack_update ⇒ Types::CloudFormationStackUpdate
Returns the value of attribute cloud_formation_stack_update.
277 278 279 |
# File 'sig/types.rbs', line 277 def cloud_formation_stack_update @cloud_formation_stack_update end |
#code_deploy_deployment ⇒ Types::CodeDeployDeployment
Returns the value of attribute code_deploy_deployment.
278 279 280 |
# File 'sig/types.rbs', line 278 def code_deploy_deployment @code_deploy_deployment end |
#unknown ⇒ Object
Returns the value of attribute unknown.
279 280 281 |
# File 'sig/types.rbs', line 279 def unknown @unknown end |