Class: Aws::Finspace::Types::DeleteKxVolumeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A token that ensures idempotency. This token expires in 10 minutes.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1757

class DeleteKxVolumeRequest < Struct.new(
  :environment_id,
  :volume_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment, whose clusters can attach to the volume.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1757

class DeleteKxVolumeRequest < Struct.new(
  :environment_id,
  :volume_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#volume_nameString

The name of the volume that you want to delete.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1757

class DeleteKxVolumeRequest < Struct.new(
  :environment_id,
  :volume_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end