Class: Aws::Types::DescribeLocationSmbResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationSmbResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
-
#authentication_type ⇒ "NTLM", "KERBEROS"
Returns the value of attribute authentication_type.
-
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
-
#dns_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute dns_ip_addresses.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#kerberos_principal ⇒ ::String
Returns the value of attribute kerberos_principal.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
-
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
-
#mount_options ⇒ Types::SmbMountOptions
Returns the value of attribute mount_options.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
490 491 492 |
# File 'sig/types.rbs', line 490 def agent_arns @agent_arns end |
#authentication_type ⇒ "NTLM", "KERBEROS"
Returns the value of attribute authentication_type.
497 498 499 |
# File 'sig/types.rbs', line 497 def authentication_type @authentication_type end |
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
499 500 501 |
# File 'sig/types.rbs', line 499 def cmk_secret_config @cmk_secret_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
494 495 496 |
# File 'sig/types.rbs', line 494 def creation_time @creation_time end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
500 501 502 |
# File 'sig/types.rbs', line 500 def custom_secret_config @custom_secret_config end |
#dns_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute dns_ip_addresses.
495 496 497 |
# File 'sig/types.rbs', line 495 def dns_ip_addresses @dns_ip_addresses end |
#domain ⇒ ::String
Returns the value of attribute domain.
492 493 494 |
# File 'sig/types.rbs', line 492 def domain @domain end |
#kerberos_principal ⇒ ::String
Returns the value of attribute kerberos_principal.
496 497 498 |
# File 'sig/types.rbs', line 496 def kerberos_principal @kerberos_principal end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
488 489 490 |
# File 'sig/types.rbs', line 488 def location_arn @location_arn end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
489 490 491 |
# File 'sig/types.rbs', line 489 def location_uri @location_uri end |
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
498 499 500 |
# File 'sig/types.rbs', line 498 def managed_secret_config @managed_secret_config end |
#mount_options ⇒ Types::SmbMountOptions
Returns the value of attribute mount_options.
493 494 495 |
# File 'sig/types.rbs', line 493 def @mount_options end |
#user ⇒ ::String
Returns the value of attribute user.
491 492 493 |
# File 'sig/types.rbs', line 491 def user @user end |