Class: Aws::Types::CreateFileSystemFromBackupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileSystemFromBackupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#file_system_type_version ⇒ ::String
Returns the value of attribute file_system_type_version.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#lustre_configuration ⇒ Types::CreateFileSystemLustreConfiguration
Returns the value of attribute lustre_configuration.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#open_zfs_configuration ⇒ Types::CreateFileSystemOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
-
#storage_type ⇒ "SSD", ...
Returns the value of attribute storage_type.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#windows_configuration ⇒ Types::CreateFileSystemWindowsConfiguration
Returns the value of attribute windows_configuration.
Instance Attribute Details
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
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.
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.
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.
317 318 319 |
# File 'sig/types.rbs', line 317 def kms_key_id @kms_key_id end |
#lustre_configuration ⇒ Types::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.
321 322 323 |
# File 'sig/types.rbs', line 321 def network_type @network_type end |
#open_zfs_configuration ⇒ Types::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.
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.
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.
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.
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.
313 314 315 |
# File 'sig/types.rbs', line 313 def end |
#windows_configuration ⇒ Types::CreateFileSystemWindowsConfiguration
Returns the value of attribute windows_configuration.
314 315 316 |
# File 'sig/types.rbs', line 314 def windows_configuration @windows_configuration end |