Class: Aws::Types::CreateFileCacheRequest

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:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def client_request_token
  @client_request_token
end

#copy_tags_to_data_repository_associationsBoolean

Returns the value of attribute copy_tags_to_data_repository_associations.

Returns:

  • (Boolean)


296
297
298
# File 'sig/types.rbs', line 296

def copy_tags_to_data_repository_associations
  @copy_tags_to_data_repository_associations
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.

Returns:

  • ("LUSTRE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def kms_key_id
  @kms_key_id
end

#lustre_configurationTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def tags
  @tags
end