Module: Aws::DataSync::Client::_DescribeLocationSmbResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLocationSmbResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_arns ⇒ ::Array[::String]
- #authentication_type ⇒ "NTLM", "KERBEROS"
- #cmk_secret_config ⇒ Types::CmkSecretConfig
- #creation_time ⇒ ::Time
- #custom_secret_config ⇒ Types::CustomSecretConfig
- #dns_ip_addresses ⇒ ::Array[::String]
- #domain ⇒ ::String
- #kerberos_principal ⇒ ::String
- #location_arn ⇒ ::String
- #location_uri ⇒ ::String
- #managed_secret_config ⇒ Types::ManagedSecretConfig
- #mount_options ⇒ Types::SmbMountOptions
- #user ⇒ ::String
Instance Method Details
#agent_arns ⇒ ::Array[::String]
665 |
# File 'sig/client.rbs', line 665
def agent_arns: () -> ::Array[::String]
|
#authentication_type ⇒ "NTLM", "KERBEROS"
672 |
# File 'sig/client.rbs', line 672
def authentication_type: () -> ("NTLM" | "KERBEROS")
|
#cmk_secret_config ⇒ Types::CmkSecretConfig
674 |
# File 'sig/client.rbs', line 674
def cmk_secret_config: () -> Types::CmkSecretConfig
|
#creation_time ⇒ ::Time
669 |
# File 'sig/client.rbs', line 669
def creation_time: () -> ::Time
|
#custom_secret_config ⇒ Types::CustomSecretConfig
675 |
# File 'sig/client.rbs', line 675
def custom_secret_config: () -> Types::CustomSecretConfig
|
#dns_ip_addresses ⇒ ::Array[::String]
670 |
# File 'sig/client.rbs', line 670
def dns_ip_addresses: () -> ::Array[::String]
|
#domain ⇒ ::String
667 |
# File 'sig/client.rbs', line 667
def domain: () -> ::String
|
#kerberos_principal ⇒ ::String
671 |
# File 'sig/client.rbs', line 671
def kerberos_principal: () -> ::String
|
#location_arn ⇒ ::String
663 |
# File 'sig/client.rbs', line 663
def location_arn: () -> ::String
|
#location_uri ⇒ ::String
664 |
# File 'sig/client.rbs', line 664
def location_uri: () -> ::String
|
#managed_secret_config ⇒ Types::ManagedSecretConfig
673 |
# File 'sig/client.rbs', line 673
def managed_secret_config: () -> Types::ManagedSecretConfig
|
#mount_options ⇒ Types::SmbMountOptions
668 |
# File 'sig/client.rbs', line 668
def mount_options: () -> Types::SmbMountOptions
|
#user ⇒ ::String
666 |
# File 'sig/client.rbs', line 666
def user: () -> ::String
|