Class: Aws::FSx::Types::UpdateSnapshotRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

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

Returns:

  • (String)


9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9631

class UpdateSnapshotRequest < Struct.new(
  :client_request_token,
  :name,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the snapshot to update.

Returns:

  • (String)


9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9631

class UpdateSnapshotRequest < Struct.new(
  :client_request_token,
  :name,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0.

Returns:

  • (String)


9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9631

class UpdateSnapshotRequest < Struct.new(
  :client_request_token,
  :name,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end