Module: Aws::DataSync::Client::_DescribeLocationEfsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLocationEfsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_point_arn ⇒ ::String
- #creation_time ⇒ ::Time
- #ec2_config ⇒ Types::Ec2Config
- #file_system_access_role_arn ⇒ ::String
- #in_transit_encryption ⇒ "NONE", "TLS1_2"
- #location_arn ⇒ ::String
- #location_uri ⇒ ::String
Instance Method Details
#access_point_arn ⇒ ::String
517 |
# File 'sig/client.rbs', line 517
def access_point_arn: () -> ::String
|
#creation_time ⇒ ::Time
516 |
# File 'sig/client.rbs', line 516
def creation_time: () -> ::Time
|
#ec2_config ⇒ Types::Ec2Config
515 |
# File 'sig/client.rbs', line 515
def ec2_config: () -> Types::Ec2Config
|
#file_system_access_role_arn ⇒ ::String
518 |
# File 'sig/client.rbs', line 518
def file_system_access_role_arn: () -> ::String
|
#in_transit_encryption ⇒ "NONE", "TLS1_2"
519 |
# File 'sig/client.rbs', line 519
def in_transit_encryption: () -> ("NONE" | "TLS1_2")
|
#location_arn ⇒ ::String
513 |
# File 'sig/client.rbs', line 513
def location_arn: () -> ::String
|
#location_uri ⇒ ::String
514 |
# File 'sig/client.rbs', line 514
def location_uri: () -> ::String
|