Class: Aws::Types::GetEncryptionKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_type"AWS_EC2_INSTANCE", ...

Returns the value of attribute resource_type.

Returns:

  • ("AWS_EC2_INSTANCE", "AWS_ECR_CONTAINER_IMAGE", "AWS_ECR_REPOSITORY", "AWS_LAMBDA_FUNCTION", "CODE_REPOSITORY", "Microsoft.Compute/virtualMachines", "Microsoft.ContainerRegistry/registry/containerImage", "Microsoft.Web/sites")


1748
1749
1750
# File 'sig/types.rbs', line 1748

def resource_type
  @resource_type
end

#scan_type"NETWORK", ...

Returns the value of attribute scan_type.

Returns:

  • ("NETWORK", "PACKAGE", "CODE")


1747
1748
1749
# File 'sig/types.rbs', line 1747

def scan_type
  @scan_type
end