Module: Aws::DataSync::Client::_DescribeLocationFsxOntapResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLocationFsxOntapResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #fsx_filesystem_arn ⇒ ::String
- #location_arn ⇒ ::String
- #location_uri ⇒ ::String
- #protocol ⇒ Types::FsxProtocol
- #security_group_arns ⇒ ::Array[::String]
- #storage_virtual_machine_arn ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
542 |
# File 'sig/client.rbs', line 542
def creation_time: () -> ::Time
|
#fsx_filesystem_arn ⇒ ::String
548 |
# File 'sig/client.rbs', line 548
def fsx_filesystem_arn: () -> ::String
|
#location_arn ⇒ ::String
543 |
# File 'sig/client.rbs', line 543
def location_arn: () -> ::String
|
#location_uri ⇒ ::String
544 |
# File 'sig/client.rbs', line 544
def location_uri: () -> ::String
|
#protocol ⇒ Types::FsxProtocol
545 |
# File 'sig/client.rbs', line 545
def protocol: () -> Types::FsxProtocol
|
#security_group_arns ⇒ ::Array[::String]
546 |
# File 'sig/client.rbs', line 546
def security_group_arns: () -> ::Array[::String]
|
#storage_virtual_machine_arn ⇒ ::String
547 |
# File 'sig/client.rbs', line 547
def storage_virtual_machine_arn: () -> ::String
|