Class: Aws::Types::UpdateLocationEfsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationEfsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
-
#file_system_access_role_arn ⇒ ::String
Returns the value of attribute file_system_access_role_arn.
-
#in_transit_encryption ⇒ "NONE", "TLS1_2"
Returns the value of attribute in_transit_encryption.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
Instance Attribute Details
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
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.
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.
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.
990 991 992 |
# File 'sig/types.rbs', line 990 def location_arn @location_arn end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
991 992 993 |
# File 'sig/types.rbs', line 991 def subdirectory @subdirectory end |