Class: Aws::Types::ResourceScanMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ResourceScanMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_repository ⇒ Types::CodeRepositoryMetadata
Returns the value of attribute code_repository.
-
#container_image ⇒ Types::ContainerImageMetadata
Returns the value of attribute container_image.
-
#container_registry ⇒ Types::ContainerRegistryMetadata
Returns the value of attribute container_registry.
-
#container_repository ⇒ Types::ContainerRepositoryMetadata
Returns the value of attribute container_repository.
-
#ec2 ⇒ Types::Ec2Metadata
Returns the value of attribute ec2.
-
#ecr_image ⇒ Types::EcrContainerImageMetadata
Returns the value of attribute ecr_image.
-
#ecr_repository ⇒ Types::EcrRepositoryMetadata
Returns the value of attribute ecr_repository.
-
#lambda_function ⇒ Types::LambdaFunctionMetadata
Returns the value of attribute lambda_function.
-
#serverless_function ⇒ Types::ServerlessFunctionMetadata
Returns the value of attribute serverless_function.
-
#vm_instance ⇒ Types::VmInstanceMetadata
Returns the value of attribute vm_instance.
Instance Attribute Details
#code_repository ⇒ Types::CodeRepositoryMetadata
Returns the value of attribute code_repository.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def code_repository @code_repository end |
#container_image ⇒ Types::ContainerImageMetadata
Returns the value of attribute container_image.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def container_image @container_image end |
#container_registry ⇒ Types::ContainerRegistryMetadata
Returns the value of attribute container_registry.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def container_registry @container_registry end |
#container_repository ⇒ Types::ContainerRepositoryMetadata
Returns the value of attribute container_repository.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def container_repository @container_repository end |
#ec2 ⇒ Types::Ec2Metadata
Returns the value of attribute ec2.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def ec2 @ec2 end |
#ecr_image ⇒ Types::EcrContainerImageMetadata
Returns the value of attribute ecr_image.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def ecr_image @ecr_image end |
#ecr_repository ⇒ Types::EcrRepositoryMetadata
Returns the value of attribute ecr_repository.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def ecr_repository @ecr_repository end |
#lambda_function ⇒ Types::LambdaFunctionMetadata
Returns the value of attribute lambda_function.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def lambda_function @lambda_function end |
#serverless_function ⇒ Types::ServerlessFunctionMetadata
Returns the value of attribute serverless_function.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def serverless_function @serverless_function end |
#vm_instance ⇒ Types::VmInstanceMetadata
Returns the value of attribute vm_instance.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def vm_instance @vm_instance end |