Module: Aws::EFS::Client::_UpdateFileSystemResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::FileSystemDescription]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#availability_zone_id::String

Returns:

  • (::String)


494
# File 'sig/client.rbs', line 494

def availability_zone_id: () -> ::String

#availability_zone_name::String

Returns:

  • (::String)


493
# File 'sig/client.rbs', line 493

def availability_zone_name: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


483
# File 'sig/client.rbs', line 483

def creation_time: () -> ::Time

#creation_token::String

Returns:

  • (::String)


480
# File 'sig/client.rbs', line 480

def creation_token: () -> ::String

#encryptedBoolean

Returns:

  • (Boolean)


489
# File 'sig/client.rbs', line 489

def encrypted: () -> bool

#file_system_arn::String

Returns:

  • (::String)


482
# File 'sig/client.rbs', line 482

def file_system_arn: () -> ::String

#file_system_id::String

Returns:

  • (::String)


481
# File 'sig/client.rbs', line 481

def file_system_id: () -> ::String

#file_system_protectionTypes::FileSystemProtectionDescription



496
# File 'sig/client.rbs', line 496

def file_system_protection: () -> Types::FileSystemProtectionDescription

#kms_key_id::String

Returns:

  • (::String)


490
# File 'sig/client.rbs', line 490

def kms_key_id: () -> ::String

#life_cycle_state"creating", ...

Returns:

  • ("creating", "available", "updating", "deleting", "deleted", "error")


484
# File 'sig/client.rbs', line 484

def life_cycle_state: () -> ("creating" | "available" | "updating" | "deleting" | "deleted" | "error")

#name::String

Returns:

  • (::String)


485
# File 'sig/client.rbs', line 485

def name: () -> ::String

#number_of_mount_targets::Integer

Returns:

  • (::Integer)


486
# File 'sig/client.rbs', line 486

def number_of_mount_targets: () -> ::Integer

#owner_id::String

Returns:

  • (::String)


479
# File 'sig/client.rbs', line 479

def owner_id: () -> ::String

#performance_mode"generalPurpose", "maxIO"

Returns:

  • ("generalPurpose", "maxIO")


488
# File 'sig/client.rbs', line 488

def performance_mode: () -> ("generalPurpose" | "maxIO")

#provisioned_throughput_in_mibps::Float

Returns:

  • (::Float)


492
# File 'sig/client.rbs', line 492

def provisioned_throughput_in_mibps: () -> ::Float

#size_in_bytesTypes::FileSystemSize



487
# File 'sig/client.rbs', line 487

def size_in_bytes: () -> Types::FileSystemSize

#tags::Array[Types::Tag]

Returns:



495
# File 'sig/client.rbs', line 495

def tags: () -> ::Array[Types::Tag]

#throughput_mode"bursting", ...

Returns:

  • ("bursting", "provisioned", "elastic")


491
# File 'sig/client.rbs', line 491

def throughput_mode: () -> ("bursting" | "provisioned" | "elastic")