Class: Aws::Types::DescribeLocationHdfsResponse

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


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.

Returns:

  • ("SIMPLE", "KERBEROS")


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.

Returns:

  • (::Integer)


418
419
420
# File 'sig/types.rbs', line 418

def block_size
  @block_size
end

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

Returns:

  • (::Time)


426
427
428
# File 'sig/types.rbs', line 426

def creation_time
  @creation_time
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def location_uri
  @location_uri
end

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

Returns:



417
418
419
# File 'sig/types.rbs', line 417

def name_nodes
  @name_nodes
end

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

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def simple_user
  @simple_user
end