Class: Aws::Types::UpdateSnapshotRequest

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:



1870
1871
1872
# File 'sig/types.rbs', line 1870

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.

Returns:



1871
1872
1873
# File 'sig/types.rbs', line 1871

def name
  @name
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:



1872
1873
1874
# File 'sig/types.rbs', line 1872

def snapshot_id
  @snapshot_id
end