Class: Aws::Types::CreateFileCacheRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileCacheRequest
- 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.
-
#copy_tags_to_data_repository_associations ⇒ Boolean
Returns the value of attribute copy_tags_to_data_repository_associations.
-
#data_repository_associations ⇒ ::Array[Types::FileCacheDataRepositoryAssociation]
Returns the value of attribute data_repository_associations.
-
#file_cache_type ⇒ "LUSTRE"
Returns the value of attribute file_cache_type.
-
#file_cache_type_version ⇒ ::String
Returns the value of attribute file_cache_type_version.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#lustre_configuration ⇒ Types::CreateFileCacheLustreConfiguration
Returns the value of attribute lustre_configuration.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
289 290 291 |
# File 'sig/types.rbs', line 289 def client_request_token @client_request_token end |
#copy_tags_to_data_repository_associations ⇒ Boolean
Returns the value of attribute copy_tags_to_data_repository_associations.
296 297 298 |
# File 'sig/types.rbs', line 296 def end |
#data_repository_associations ⇒ ::Array[Types::FileCacheDataRepositoryAssociation]
Returns the value of attribute data_repository_associations.
299 300 301 |
# File 'sig/types.rbs', line 299 def data_repository_associations @data_repository_associations end |
#file_cache_type ⇒ "LUSTRE"
Returns the value of attribute file_cache_type.
290 291 292 |
# File 'sig/types.rbs', line 290 def file_cache_type @file_cache_type end |
#file_cache_type_version ⇒ ::String
Returns the value of attribute file_cache_type_version.
291 292 293 |
# File 'sig/types.rbs', line 291 def file_cache_type_version @file_cache_type_version end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def kms_key_id @kms_key_id end |
#lustre_configuration ⇒ Types::CreateFileCacheLustreConfiguration
Returns the value of attribute lustre_configuration.
298 299 300 |
# File 'sig/types.rbs', line 298 def lustre_configuration @lustre_configuration end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
294 295 296 |
# File 'sig/types.rbs', line 294 def security_group_ids @security_group_ids end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
292 293 294 |
# File 'sig/types.rbs', line 292 def storage_capacity @storage_capacity end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
293 294 295 |
# File 'sig/types.rbs', line 293 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
295 296 297 |
# File 'sig/types.rbs', line 295 def end |