Class: Aws::Types::DeleteSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def client_request_token
  @client_request_token
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def snapshot_id
  @snapshot_id
end