Class: Aws::Types::CreateFileSystemFromBackupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_id::String

Returns the value of attribute backup_id.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def backup_id
  @backup_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def client_request_token
  @client_request_token
end

#file_system_type_version::String

Returns the value of attribute file_system_type_version.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def file_system_type_version
  @file_system_type_version
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def kms_key_id
  @kms_key_id
end

#lustre_configurationTypes::CreateFileSystemLustreConfiguration

Returns the value of attribute lustre_configuration.



315
316
317
# File 'sig/types.rbs', line 315

def lustre_configuration
  @lustre_configuration
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


321
322
323
# File 'sig/types.rbs', line 321

def network_type
  @network_type
end

#open_zfs_configurationTypes::CreateFileSystemOpenZFSConfiguration

Returns the value of attribute open_zfs_configuration.



319
320
321
# File 'sig/types.rbs', line 319

def open_zfs_configuration
  @open_zfs_configuration
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


312
313
314
# File 'sig/types.rbs', line 312

def security_group_ids
  @security_group_ids
end

#storage_capacity::Integer

Returns the value of attribute storage_capacity.

Returns:

  • (::Integer)


320
321
322
# File 'sig/types.rbs', line 320

def storage_capacity
  @storage_capacity
end

#storage_type"SSD", ...

Returns the value of attribute storage_type.

Returns:

  • ("SSD", "HDD", "INTELLIGENT_TIERING")


316
317
318
# File 'sig/types.rbs', line 316

def storage_type
  @storage_type
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


311
312
313
# File 'sig/types.rbs', line 311

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



313
314
315
# File 'sig/types.rbs', line 313

def tags
  @tags
end

#windows_configurationTypes::CreateFileSystemWindowsConfiguration

Returns the value of attribute windows_configuration.



314
315
316
# File 'sig/types.rbs', line 314

def windows_configuration
  @windows_configuration
end