Class: Aws::Types::DescribeLocationNfsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationNfsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
-
#mount_options ⇒ Types::NfsMountOptions
Returns the value of attribute mount_options.
-
#on_prem_config ⇒ Types::OnPremConfig
Returns the value of attribute on_prem_config.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
443 444 445 |
# File 'sig/types.rbs', line 443 def creation_time @creation_time end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
439 440 441 |
# File 'sig/types.rbs', line 439 def location_arn @location_arn end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
440 441 442 |
# File 'sig/types.rbs', line 440 def location_uri @location_uri end |
#mount_options ⇒ Types::NfsMountOptions
Returns the value of attribute mount_options.
442 443 444 |
# File 'sig/types.rbs', line 442 def @mount_options end |
#on_prem_config ⇒ Types::OnPremConfig
Returns the value of attribute on_prem_config.
441 442 443 |
# File 'sig/types.rbs', line 441 def on_prem_config @on_prem_config end |