Class: Aws::Types::FileSystemDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


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

def availability_zone_id
  @availability_zone_id
end

#availability_zone_name::String

Returns the value of attribute availability_zone_name.

Returns:

  • (::String)


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

def availability_zone_name
  @availability_zone_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


302
303
304
# File 'sig/types.rbs', line 302

def creation_time
  @creation_time
end

#creation_token::String

Returns the value of attribute creation_token.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def creation_token
  @creation_token
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


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

def encrypted
  @encrypted
end

#file_system_arn::String

Returns the value of attribute file_system_arn.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def file_system_arn
  @file_system_arn
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def file_system_id
  @file_system_id
end

#file_system_protectionTypes::FileSystemProtectionDescription

Returns the value of attribute file_system_protection.



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

def file_system_protection
  @file_system_protection
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


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

def kms_key_id
  @kms_key_id
end

#life_cycle_state"creating", ...

Returns the value of attribute life_cycle_state.

Returns:

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


303
304
305
# File 'sig/types.rbs', line 303

def life_cycle_state
  @life_cycle_state
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def name
  @name
end

#number_of_mount_targets::Integer

Returns the value of attribute number_of_mount_targets.

Returns:

  • (::Integer)


305
306
307
# File 'sig/types.rbs', line 305

def number_of_mount_targets
  @number_of_mount_targets
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


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

def owner_id
  @owner_id
end

#performance_mode"generalPurpose", "maxIO"

Returns the value of attribute performance_mode.

Returns:

  • ("generalPurpose", "maxIO")


307
308
309
# File 'sig/types.rbs', line 307

def performance_mode
  @performance_mode
end

#provisioned_throughput_in_mibps::Float

Returns the value of attribute provisioned_throughput_in_mibps.

Returns:

  • (::Float)


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

def provisioned_throughput_in_mibps
  @provisioned_throughput_in_mibps
end

#size_in_bytesTypes::FileSystemSize

Returns the value of attribute size_in_bytes.



306
307
308
# File 'sig/types.rbs', line 306

def size_in_bytes
  @size_in_bytes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#throughput_mode"bursting", ...

Returns the value of attribute throughput_mode.

Returns:

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


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

def throughput_mode
  @throughput_mode
end