Class: Aws::Types::UpdateLocationHdfsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationHdfsRequest
- 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 ⇒ "SIMPLE", "KERBEROS"
Returns the value of attribute authentication_type.
-
#block_size ⇒ ::Integer
Returns the value of attribute block_size.
-
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
-
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
-
#kerberos_keytab ⇒ ::String
Returns the value of attribute kerberos_keytab.
-
#kerberos_krb_5_conf ⇒ ::String
Returns the value of attribute kerberos_krb_5_conf.
-
#kerberos_principal ⇒ ::String
Returns the value of attribute kerberos_principal.
-
#kms_key_provider_uri ⇒ ::String
Returns the value of attribute kms_key_provider_uri.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#name_nodes ⇒ ::Array[Types::HdfsNameNode]
Returns the value of attribute name_nodes.
-
#qop_configuration ⇒ Types::QopConfiguration
Returns the value of attribute qop_configuration.
-
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
-
#simple_user ⇒ ::String
Returns the value of attribute simple_user.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
Instance Attribute Details
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
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.
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.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def block_size @block_size end |
#cmk_secret_config ⇒ Types::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_config ⇒ Types::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.
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.
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.
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.
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.
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.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def name_nodes @name_nodes end |
#qop_configuration ⇒ Types::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.
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.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def simple_user @simple_user end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def subdirectory @subdirectory end |