Class: Aws::Types::DeleteKxVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def client_token
  @client_token
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def environment_id
  @environment_id
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def volume_name
  @volume_name
end