Class: Aws::Types::AwsOpenSearchServiceDomainDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_policies::String

Returns the value of attribute access_policies.

Returns:

  • (::String)


3320
3321
3322
# File 'sig/types.rbs', line 3320

def access_policies
  @access_policies
end

#advanced_security_optionsTypes::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails

Returns the value of attribute advanced_security_options.



3333
3334
3335
# File 'sig/types.rbs', line 3333

def advanced_security_options
  @advanced_security_options
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3319
3320
3321
# File 'sig/types.rbs', line 3319

def arn
  @arn
end

#cluster_configTypes::AwsOpenSearchServiceDomainClusterConfigDetails

Returns the value of attribute cluster_config.



3328
3329
3330
# File 'sig/types.rbs', line 3328

def cluster_config
  @cluster_config
end

#domain_endpoint::String

Returns the value of attribute domain_endpoint.

Returns:

  • (::String)


3323
3324
3325
# File 'sig/types.rbs', line 3323

def domain_endpoint
  @domain_endpoint
end

#domain_endpoint_optionsTypes::AwsOpenSearchServiceDomainDomainEndpointOptionsDetails

Returns the value of attribute domain_endpoint_options.



3329
3330
3331
# File 'sig/types.rbs', line 3329

def domain_endpoint_options
  @domain_endpoint_options
end

#domain_endpoints::Hash[::String, ::String]

Returns the value of attribute domain_endpoints.

Returns:

  • (::Hash[::String, ::String])


3332
3333
3334
# File 'sig/types.rbs', line 3332

def domain_endpoints
  @domain_endpoints
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


3321
3322
3323
# File 'sig/types.rbs', line 3321

def domain_name
  @domain_name
end

#encryption_at_rest_optionsTypes::AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails

Returns the value of attribute encryption_at_rest_options.



3325
3326
3327
# File 'sig/types.rbs', line 3325

def encryption_at_rest_options
  @encryption_at_rest_options
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


3324
3325
3326
# File 'sig/types.rbs', line 3324

def engine_version
  @engine_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3322
3323
3324
# File 'sig/types.rbs', line 3322

def id
  @id
end

#log_publishing_optionsTypes::AwsOpenSearchServiceDomainLogPublishingOptionsDetails

Returns the value of attribute log_publishing_options.



3331
3332
3333
# File 'sig/types.rbs', line 3331

def log_publishing_options
  @log_publishing_options
end

#node_to_node_encryption_optionsTypes::AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails

Returns the value of attribute node_to_node_encryption_options.



3326
3327
3328
# File 'sig/types.rbs', line 3326

def node_to_node_encryption_options
  @node_to_node_encryption_options
end

#service_software_optionsTypes::AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

Returns the value of attribute service_software_options.



3327
3328
3329
# File 'sig/types.rbs', line 3327

def service_software_options
  @service_software_options
end

#vpc_optionsTypes::AwsOpenSearchServiceDomainVpcOptionsDetails

Returns the value of attribute vpc_options.



3330
3331
3332
# File 'sig/types.rbs', line 3330

def vpc_options
  @vpc_options
end