Module: Aws::EFS::Client::_CreateFileSystemResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#availability_zone_id::String

Returns:

  • (::String)


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

def availability_zone_id: () -> ::String

#availability_zone_name::String

Returns:

  • (::String)


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

def availability_zone_name: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


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

def creation_time: () -> ::Time

#creation_token::String

Returns:

  • (::String)


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

def creation_token: () -> ::String

#encryptedBoolean

Returns:

  • (Boolean)


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

def encrypted: () -> bool

#file_system_arn::String

Returns:

  • (::String)


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

def file_system_arn: () -> ::String

#file_system_id::String

Returns:

  • (::String)


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

def file_system_id: () -> ::String

#file_system_protectionTypes::FileSystemProtectionDescription



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

def file_system_protection: () -> Types::FileSystemProtectionDescription

#kms_key_id::String

Returns:

  • (::String)


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

def kms_key_id: () -> ::String

#life_cycle_state"creating", ...

Returns:

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


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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#number_of_mount_targets::Integer

Returns:

  • (::Integer)


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

def number_of_mount_targets: () -> ::Integer

#owner_id::String

Returns:

  • (::String)


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

def owner_id: () -> ::String

#performance_mode"generalPurpose", "maxIO"

Returns:

  • ("generalPurpose", "maxIO")


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

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

#provisioned_throughput_in_mibps::Float

Returns:

  • (::Float)


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

def provisioned_throughput_in_mibps: () -> ::Float

#size_in_bytesTypes::FileSystemSize



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

def size_in_bytes: () -> Types::FileSystemSize

#tags::Array[Types::Tag]

Returns:



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

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

#throughput_mode"bursting", ...

Returns:

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


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

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