Class: Aws::Types::UpdateFileSystemRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def file_system_id
  @file_system_id
end

#provisioned_throughput_in_mibps::Float

Returns the value of attribute provisioned_throughput_in_mibps.

Returns:

  • (::Float)


609
610
611
# File 'sig/types.rbs', line 609

def provisioned_throughput_in_mibps
  @provisioned_throughput_in_mibps
end

#throughput_mode"bursting", ...

Returns the value of attribute throughput_mode.

Returns:

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


608
609
610
# File 'sig/types.rbs', line 608

def throughput_mode
  @throughput_mode
end