Class: Aws::Types::UpdateLocationEfsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arn::String

Returns the value of attribute access_point_arn.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def access_point_arn
  @access_point_arn
end

#file_system_access_role_arn::String

Returns the value of attribute file_system_access_role_arn.

Returns:

  • (::String)


993
994
995
# File 'sig/types.rbs', line 993

def file_system_access_role_arn
  @file_system_access_role_arn
end

#in_transit_encryption"NONE", "TLS1_2"

Returns the value of attribute in_transit_encryption.

Returns:

  • ("NONE", "TLS1_2")


994
995
996
# File 'sig/types.rbs', line 994

def in_transit_encryption
  @in_transit_encryption
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def location_arn
  @location_arn
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def subdirectory
  @subdirectory
end