Class: Aws::Types::UpdateLocationHdfsRequest

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])


1057
1058
1059
# File 'sig/types.rbs', line 1057

def agent_arns
  @agent_arns
end

#authentication_type"SIMPLE", "KERBEROS"

Returns the value of attribute authentication_type.

Returns:

  • ("SIMPLE", "KERBEROS")


1052
1053
1054
# File 'sig/types.rbs', line 1052

def authentication_type
  @authentication_type
end

#block_size::Integer

Returns the value of attribute block_size.

Returns:

  • (::Integer)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def block_size
  @block_size
end

#cmk_secret_configTypes::CmkSecretConfig

Returns the value of attribute cmk_secret_config.



1058
1059
1060
# File 'sig/types.rbs', line 1058

def cmk_secret_config
  @cmk_secret_config
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



1059
1060
1061
# File 'sig/types.rbs', line 1059

def custom_secret_config
  @custom_secret_config
end

#kerberos_keytab::String

Returns the value of attribute kerberos_keytab.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def kerberos_keytab
  @kerberos_keytab
end

#kerberos_krb_5_conf::String

Returns the value of attribute kerberos_krb_5_conf.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def kerberos_krb_5_conf
  @kerberos_krb_5_conf
end

#kerberos_principal::String

Returns the value of attribute kerberos_principal.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def kerberos_principal
  @kerberos_principal
end

#kms_key_provider_uri::String

Returns the value of attribute kms_key_provider_uri.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def kms_key_provider_uri
  @kms_key_provider_uri
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def location_arn
  @location_arn
end

#name_nodes::Array[Types::HdfsNameNode]

Returns the value of attribute name_nodes.

Returns:



1047
1048
1049
# File 'sig/types.rbs', line 1047

def name_nodes
  @name_nodes
end

#qop_configurationTypes::QopConfiguration

Returns the value of attribute qop_configuration.



1051
1052
1053
# File 'sig/types.rbs', line 1051

def qop_configuration
  @qop_configuration
end

#replication_factor::Integer

Returns the value of attribute replication_factor.

Returns:

  • (::Integer)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def replication_factor
  @replication_factor
end

#simple_user::String

Returns the value of attribute simple_user.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def simple_user
  @simple_user
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def subdirectory
  @subdirectory
end