Class: Aws::Types::DescribeLocationEfsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationEfsResponse
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#ec2_config ⇒ Types::Ec2Config
Returns the value of attribute ec2_config.
-
#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.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
Instance Attribute Details
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
342 343 344 |
# File 'sig/types.rbs', line 342 def access_point_arn @access_point_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
341 342 343 |
# File 'sig/types.rbs', line 341 def creation_time @creation_time end |
#ec2_config ⇒ Types::Ec2Config
Returns the value of attribute ec2_config.
340 341 342 |
# File 'sig/types.rbs', line 340 def ec2_config @ec2_config end |
#file_system_access_role_arn ⇒ ::String
Returns the value of attribute file_system_access_role_arn.
343 344 345 |
# File 'sig/types.rbs', line 343 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.
344 345 346 |
# File 'sig/types.rbs', line 344 def in_transit_encryption @in_transit_encryption end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
338 339 340 |
# File 'sig/types.rbs', line 338 def location_arn @location_arn end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
339 340 341 |
# File 'sig/types.rbs', line 339 def location_uri @location_uri end |