Class: Aws::Types::UpdateFileCacheRequest

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:



1733
1734
1735
# File 'sig/types.rbs', line 1733

def client_request_token
  @client_request_token
end

#file_cache_id::String

Returns the value of attribute file_cache_id.

Returns:



1732
1733
1734
# File 'sig/types.rbs', line 1732

def file_cache_id
  @file_cache_id
end

#lustre_configurationTypes::UpdateFileCacheLustreConfiguration

Returns the value of attribute lustre_configuration.

Returns:



1734
1735
1736
# File 'sig/types.rbs', line 1734

def lustre_configuration
  @lustre_configuration
end