Class: Aws::Types::UpdateEncryptionKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2891
2892
2893
# File 'sig/types.rbs', line 2891

def kms_key_id
  @kms_key_id
end

#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")


2893
2894
2895
# File 'sig/types.rbs', line 2893

def resource_type
  @resource_type
end

#scan_type"NETWORK", ...

Returns the value of attribute scan_type.

Returns:

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


2892
2893
2894
# File 'sig/types.rbs', line 2892

def scan_type
  @scan_type
end