Class: Aws::Types::UpdateFileCacheRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFileCacheRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#file_cache_id ⇒ ::String
Returns the value of attribute file_cache_id.
-
#lustre_configuration ⇒ Types::UpdateFileCacheLustreConfiguration
Returns the value of attribute lustre_configuration.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
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.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def file_cache_id @file_cache_id end |
#lustre_configuration ⇒ Types::UpdateFileCacheLustreConfiguration
Returns the value of attribute lustre_configuration.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def lustre_configuration @lustre_configuration end |