Class: Aws::Types::DeleteVpcEncryptionControlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4897
4898
4899
# File 'sig/types.rbs', line 4897

def dry_run
  @dry_run
end

#vpc_encryption_control_id::String

Returns the value of attribute vpc_encryption_control_id.

Returns:

  • (::String)


4898
4899
4900
# File 'sig/types.rbs', line 4898

def vpc_encryption_control_id
  @vpc_encryption_control_id
end