Module: Aws::DataSync::Client::_DescribeLocationNfsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLocationNfsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #location_arn ⇒ ::String
- #location_uri ⇒ ::String
- #mount_options ⇒ Types::NfsMountOptions
- #on_prem_config ⇒ Types::OnPremConfig
Instance Method Details
#creation_time ⇒ ::Time
618 |
# File 'sig/client.rbs', line 618
def creation_time: () -> ::Time
|
#location_arn ⇒ ::String
614 |
# File 'sig/client.rbs', line 614
def location_arn: () -> ::String
|
#location_uri ⇒ ::String
615 |
# File 'sig/client.rbs', line 615
def location_uri: () -> ::String
|
#mount_options ⇒ Types::NfsMountOptions
617 |
# File 'sig/client.rbs', line 617
def mount_options: () -> Types::NfsMountOptions
|
#on_prem_config ⇒ Types::OnPremConfig
616 |
# File 'sig/client.rbs', line 616
def on_prem_config: () -> Types::OnPremConfig
|