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.



605
606
607
# File 'sig/types.rbs', line 605

def authorization_config
  @authorization_config
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def file_system_id
  @file_system_id
end

#root_directory::String

Returns the value of attribute root_directory.

Returns:

  • (::String)


602
603
604
# File 'sig/types.rbs', line 602

def root_directory
  @root_directory
end

#transit_encryption"ENABLED", "DISABLED"

Returns the value of attribute transit_encryption.

Returns:

  • ("ENABLED", "DISABLED")


603
604
605
# File 'sig/types.rbs', line 603

def transit_encryption
  @transit_encryption
end

#transit_encryption_port::Integer

Returns the value of attribute transit_encryption_port.

Returns:

  • (::Integer)


604
605
606
# File 'sig/types.rbs', line 604

def transit_encryption_port
  @transit_encryption_port
end