Class: Aws::Types::CreateFileSystemRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_name::String

Returns the value of attribute availability_zone_name.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def availability_zone_name
  @availability_zone_name
end

#backupBoolean

Returns the value of attribute backup.

Returns:

  • (Boolean)


89
90
91
# File 'sig/types.rbs', line 89

def backup
  @backup
end

#creation_token::String

Returns the value of attribute creation_token.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def creation_token
  @creation_token
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


84
85
86
# File 'sig/types.rbs', line 84

def encrypted
  @encrypted
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def kms_key_id
  @kms_key_id
end

#performance_mode"generalPurpose", "maxIO"

Returns the value of attribute performance_mode.

Returns:

  • ("generalPurpose", "maxIO")


83
84
85
# File 'sig/types.rbs', line 83

def performance_mode
  @performance_mode
end

#provisioned_throughput_in_mibps::Float

Returns the value of attribute provisioned_throughput_in_mibps.

Returns:

  • (::Float)


87
88
89
# File 'sig/types.rbs', line 87

def provisioned_throughput_in_mibps
  @provisioned_throughput_in_mibps
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def tags
  @tags
end

#throughput_mode"bursting", ...

Returns the value of attribute throughput_mode.

Returns:

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


86
87
88
# File 'sig/types.rbs', line 86

def throughput_mode
  @throughput_mode
end