Class: Aws::Types::FindingDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: CloudFormationStackUpdate, CodeDeployDeployment, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (Object)


279
280
281
# File 'sig/types.rbs', line 279

def unknown
  @unknown
end