Class: Aws::Types::DescribeLocationSmbResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arns::Array[::String]

Returns the value of attribute agent_arns.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("NTLM", "KERBEROS")


497
498
499
# File 'sig/types.rbs', line 497

def authentication_type
  @authentication_type
end

#cmk_secret_configTypes::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.

Returns:

  • (::Time)


494
495
496
# File 'sig/types.rbs', line 494

def creation_time
  @creation_time
end

#custom_secret_configTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def domain
  @domain
end

#kerberos_principal::String

Returns the value of attribute kerberos_principal.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def location_uri
  @location_uri
end

#managed_secret_configTypes::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_optionsTypes::SmbMountOptions

Returns the value of attribute mount_options.



493
494
495
# File 'sig/types.rbs', line 493

def mount_options
  @mount_options
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def user
  @user
end