Class: Aws::Types::CreateLocationEfsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationEfsRequest
- 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.
-
#ec2_config ⇒ Types::Ec2Config
Returns the value of attribute ec2_config.
-
#efs_filesystem_arn ⇒ ::String
Returns the value of attribute efs_filesystem_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.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
Instance Attribute Details
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
77 78 79 |
# File 'sig/types.rbs', line 77 def access_point_arn @access_point_arn end |
#ec2_config ⇒ Types::Ec2Config
Returns the value of attribute ec2_config.
75 76 77 |
# File 'sig/types.rbs', line 75 def ec2_config @ec2_config end |
#efs_filesystem_arn ⇒ ::String
Returns the value of attribute efs_filesystem_arn.
74 75 76 |
# File 'sig/types.rbs', line 74 def efs_filesystem_arn @efs_filesystem_arn end |
#file_system_access_role_arn ⇒ ::String
Returns the value of attribute file_system_access_role_arn.
78 79 80 |
# File 'sig/types.rbs', line 78 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.
79 80 81 |
# File 'sig/types.rbs', line 79 def in_transit_encryption @in_transit_encryption end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
73 74 75 |
# File 'sig/types.rbs', line 73 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
76 77 78 |
# File 'sig/types.rbs', line 76 def @tags end |