Module: Aws::DataSync::Client::_DescribeLocationObjectStorageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLocationObjectStorageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_key ⇒ ::String
- #agent_arns ⇒ ::Array[::String]
- #cmk_secret_config ⇒ Types::CmkSecretConfig
- #creation_time ⇒ ::Time
- #custom_secret_config ⇒ Types::CustomSecretConfig
- #location_arn ⇒ ::String
- #location_uri ⇒ ::String
- #managed_secret_config ⇒ Types::ManagedSecretConfig
- #server_certificate ⇒ ::String
- #server_port ⇒ ::Integer
- #server_protocol ⇒ "HTTPS", "HTTP"
Instance Method Details
#access_key ⇒ ::String
630 |
# File 'sig/client.rbs', line 630
def access_key: () -> ::String
|
#agent_arns ⇒ ::Array[::String]
633 |
# File 'sig/client.rbs', line 633
def agent_arns: () -> ::Array[::String]
|
#cmk_secret_config ⇒ Types::CmkSecretConfig
637 |
# File 'sig/client.rbs', line 637
def cmk_secret_config: () -> Types::CmkSecretConfig
|
#creation_time ⇒ ::Time
634 |
# File 'sig/client.rbs', line 634
def creation_time: () -> ::Time
|
#custom_secret_config ⇒ Types::CustomSecretConfig
638 |
# File 'sig/client.rbs', line 638
def custom_secret_config: () -> Types::CustomSecretConfig
|
#location_arn ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def location_arn: () -> ::String
|
#location_uri ⇒ ::String
629 |
# File 'sig/client.rbs', line 629
def location_uri: () -> ::String
|
#managed_secret_config ⇒ Types::ManagedSecretConfig
636 |
# File 'sig/client.rbs', line 636
def managed_secret_config: () -> Types::ManagedSecretConfig
|
#server_certificate ⇒ ::String
635 |
# File 'sig/client.rbs', line 635
def server_certificate: () -> ::String
|
#server_port ⇒ ::Integer
631 |
# File 'sig/client.rbs', line 631
def server_port: () -> ::Integer
|
#server_protocol ⇒ "HTTPS", "HTTP"
632 |
# File 'sig/client.rbs', line 632
def server_protocol: () -> ("HTTPS" | "HTTP")
|