Class: Aws::Types::EFSVolumeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_configTypes::EFSAuthorizationConfig

Returns the value of attribute authorization_config.

Returns:



1206
1207
1208
# File 'sig/types.rbs', line 1206

def authorization_config
  @authorization_config
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:



1202
1203
1204
# File 'sig/types.rbs', line 1202

def file_system_id
  @file_system_id
end

#root_directory::String

Returns the value of attribute root_directory.

Returns:



1203
1204
1205
# File 'sig/types.rbs', line 1203

def root_directory
  @root_directory
end

#transit_encryption"ENABLED", "DISABLED"

Returns the value of attribute transit_encryption.

Returns:



1204
1205
1206
# File 'sig/types.rbs', line 1204

def transit_encryption
  @transit_encryption
end

#transit_encryption_port::Integer

Returns the value of attribute transit_encryption_port.

Returns:



1205
1206
1207
# File 'sig/types.rbs', line 1205

def transit_encryption_port
  @transit_encryption_port
end