Class: Aws::Types::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


3293
3294
3295
# File 'sig/types.rbs', line 3293

def enabled
  @enabled
end

#internal_user_database_enabledBoolean

Returns the value of attribute internal_user_database_enabled.

Returns:

  • (Boolean)


3294
3295
3296
# File 'sig/types.rbs', line 3294

def internal_user_database_enabled
  @internal_user_database_enabled
end

#master_user_optionsTypes::AwsOpenSearchServiceDomainMasterUserOptionsDetails

Returns the value of attribute master_user_options.



3295
3296
3297
# File 'sig/types.rbs', line 3295

def master_user_options
  @master_user_options
end