Class: Aws::Types::DescribeLocationHdfsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationHdfsResponse
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
-
#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.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
-
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
-
#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.
Instance Attribute Details
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
425 426 427 |
# File 'sig/types.rbs', line 425 def agent_arns @agent_arns end |
#authentication_type ⇒ "SIMPLE", "KERBEROS"
Returns the value of attribute authentication_type.
422 423 424 |
# File 'sig/types.rbs', line 422 def authentication_type @authentication_type end |
#block_size ⇒ ::Integer
Returns the value of attribute block_size.
418 419 420 |
# File 'sig/types.rbs', line 418 def block_size @block_size end |
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
428 429 430 |
# File 'sig/types.rbs', line 428 def cmk_secret_config @cmk_secret_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
426 427 428 |
# File 'sig/types.rbs', line 426 def creation_time @creation_time end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
429 430 431 |
# File 'sig/types.rbs', line 429 def custom_secret_config @custom_secret_config end |
#kerberos_principal ⇒ ::String
Returns the value of attribute kerberos_principal.
424 425 426 |
# File 'sig/types.rbs', line 424 def kerberos_principal @kerberos_principal end |
#kms_key_provider_uri ⇒ ::String
Returns the value of attribute kms_key_provider_uri.
420 421 422 |
# File 'sig/types.rbs', line 420 def kms_key_provider_uri @kms_key_provider_uri end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
415 416 417 |
# File 'sig/types.rbs', line 415 def location_arn @location_arn end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
416 417 418 |
# File 'sig/types.rbs', line 416 def location_uri @location_uri end |
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
427 428 429 |
# File 'sig/types.rbs', line 427 def managed_secret_config @managed_secret_config end |
#name_nodes ⇒ ::Array[Types::HdfsNameNode]
Returns the value of attribute name_nodes.
417 418 419 |
# File 'sig/types.rbs', line 417 def name_nodes @name_nodes end |
#qop_configuration ⇒ Types::QopConfiguration
Returns the value of attribute qop_configuration.
421 422 423 |
# File 'sig/types.rbs', line 421 def qop_configuration @qop_configuration end |
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
419 420 421 |
# File 'sig/types.rbs', line 419 def replication_factor @replication_factor end |
#simple_user ⇒ ::String
Returns the value of attribute simple_user.
423 424 425 |
# File 'sig/types.rbs', line 423 def simple_user @simple_user end |