Module: Aws::DataSync::Client::_DescribeLocationFsxOpenZfsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLocationFsxOpenZfsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #location_arn ⇒ ::String
- #location_uri ⇒ ::String
- #protocol ⇒ Types::FsxProtocol
- #security_group_arns ⇒ ::Array[::String]
Instance Method Details
#creation_time ⇒ ::Time
562 |
# File 'sig/client.rbs', line 562
def creation_time: () -> ::Time
|
#location_arn ⇒ ::String
558 |
# File 'sig/client.rbs', line 558
def location_arn: () -> ::String
|
#location_uri ⇒ ::String
559 |
# File 'sig/client.rbs', line 559
def location_uri: () -> ::String
|
#protocol ⇒ Types::FsxProtocol
561 |
# File 'sig/client.rbs', line 561
def protocol: () -> Types::FsxProtocol
|
#security_group_arns ⇒ ::Array[::String]
560 |
# File 'sig/client.rbs', line 560
def security_group_arns: () -> ::Array[::String]
|