Module: Aws::DataSync::Client::_DescribeLocationHdfsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLocationHdfsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_arns ⇒ ::Array[::String]
- #authentication_type ⇒ "SIMPLE", "KERBEROS"
- #block_size ⇒ ::Integer
- #cmk_secret_config ⇒ Types::CmkSecretConfig
- #creation_time ⇒ ::Time
- #custom_secret_config ⇒ Types::CustomSecretConfig
- #kerberos_principal ⇒ ::String
- #kms_key_provider_uri ⇒ ::String
- #location_arn ⇒ ::String
- #location_uri ⇒ ::String
- #managed_secret_config ⇒ Types::ManagedSecretConfig
- #name_nodes ⇒ ::Array[Types::HdfsNameNode]
- #qop_configuration ⇒ Types::QopConfiguration
- #replication_factor ⇒ ::Integer
- #simple_user ⇒ ::String
Instance Method Details
#agent_arns ⇒ ::Array[::String]
600 |
# File 'sig/client.rbs', line 600
def agent_arns: () -> ::Array[::String]
|
#authentication_type ⇒ "SIMPLE", "KERBEROS"
597 |
# File 'sig/client.rbs', line 597
def authentication_type: () -> ("SIMPLE" | "KERBEROS")
|
#block_size ⇒ ::Integer
593 |
# File 'sig/client.rbs', line 593
def block_size: () -> ::Integer
|
#cmk_secret_config ⇒ Types::CmkSecretConfig
603 |
# File 'sig/client.rbs', line 603
def cmk_secret_config: () -> Types::CmkSecretConfig
|
#creation_time ⇒ ::Time
601 |
# File 'sig/client.rbs', line 601
def creation_time: () -> ::Time
|
#custom_secret_config ⇒ Types::CustomSecretConfig
604 |
# File 'sig/client.rbs', line 604
def custom_secret_config: () -> Types::CustomSecretConfig
|
#kerberos_principal ⇒ ::String
599 |
# File 'sig/client.rbs', line 599
def kerberos_principal: () -> ::String
|
#kms_key_provider_uri ⇒ ::String
595 |
# File 'sig/client.rbs', line 595
def kms_key_provider_uri: () -> ::String
|
#location_arn ⇒ ::String
590 |
# File 'sig/client.rbs', line 590
def location_arn: () -> ::String
|
#location_uri ⇒ ::String
591 |
# File 'sig/client.rbs', line 591
def location_uri: () -> ::String
|
#managed_secret_config ⇒ Types::ManagedSecretConfig
602 |
# File 'sig/client.rbs', line 602
def managed_secret_config: () -> Types::ManagedSecretConfig
|
#name_nodes ⇒ ::Array[Types::HdfsNameNode]
592 |
# File 'sig/client.rbs', line 592
def name_nodes: () -> ::Array[Types::HdfsNameNode]
|
#qop_configuration ⇒ Types::QopConfiguration
596 |
# File 'sig/client.rbs', line 596
def qop_configuration: () -> Types::QopConfiguration
|
#replication_factor ⇒ ::Integer
594 |
# File 'sig/client.rbs', line 594
def replication_factor: () -> ::Integer
|
#simple_user ⇒ ::String
598 |
# File 'sig/client.rbs', line 598
def simple_user: () -> ::String
|