Class: Aws::Types::AwsElasticsearchDomainDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticsearchDomainDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policies ⇒ ::String
Returns the value of attribute access_policies.
-
#domain_endpoint_options ⇒ Types::AwsElasticsearchDomainDomainEndpointOptions
Returns the value of attribute domain_endpoint_options.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#elasticsearch_cluster_config ⇒ Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails
Returns the value of attribute elasticsearch_cluster_config.
-
#elasticsearch_version ⇒ ::String
Returns the value of attribute elasticsearch_version.
-
#encryption_at_rest_options ⇒ Types::AwsElasticsearchDomainEncryptionAtRestOptions
Returns the value of attribute encryption_at_rest_options.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#endpoints ⇒ ::Hash[::String, ::String]
Returns the value of attribute endpoints.
-
#log_publishing_options ⇒ Types::AwsElasticsearchDomainLogPublishingOptions
Returns the value of attribute log_publishing_options.
-
#node_to_node_encryption_options ⇒ Types::AwsElasticsearchDomainNodeToNodeEncryptionOptions
Returns the value of attribute node_to_node_encryption_options.
-
#service_software_options ⇒ Types::AwsElasticsearchDomainServiceSoftwareOptions
Returns the value of attribute service_software_options.
-
#vpc_options ⇒ Types::AwsElasticsearchDomainVPCOptions
Returns the value of attribute vpc_options.
Instance Attribute Details
#access_policies ⇒ ::String
Returns the value of attribute access_policies.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def access_policies @access_policies end |
#domain_endpoint_options ⇒ Types::AwsElasticsearchDomainDomainEndpointOptions
Returns the value of attribute domain_endpoint_options.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def @domain_endpoint_options end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def domain_id @domain_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def domain_name @domain_name end |
#elasticsearch_cluster_config ⇒ Types::AwsElasticsearchDomainElasticsearchClusterConfigDetails
Returns the value of attribute elasticsearch_cluster_config.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def elasticsearch_cluster_config @elasticsearch_cluster_config end |
#elasticsearch_version ⇒ ::String
Returns the value of attribute elasticsearch_version.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def elasticsearch_version @elasticsearch_version end |
#encryption_at_rest_options ⇒ Types::AwsElasticsearchDomainEncryptionAtRestOptions
Returns the value of attribute encryption_at_rest_options.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def @encryption_at_rest_options end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def endpoint @endpoint end |
#endpoints ⇒ ::Hash[::String, ::String]
Returns the value of attribute endpoints.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def endpoints @endpoints end |
#log_publishing_options ⇒ Types::AwsElasticsearchDomainLogPublishingOptions
Returns the value of attribute log_publishing_options.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def @log_publishing_options end |
#node_to_node_encryption_options ⇒ Types::AwsElasticsearchDomainNodeToNodeEncryptionOptions
Returns the value of attribute node_to_node_encryption_options.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def @node_to_node_encryption_options end |
#service_software_options ⇒ Types::AwsElasticsearchDomainServiceSoftwareOptions
Returns the value of attribute service_software_options.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def @service_software_options end |
#vpc_options ⇒ Types::AwsElasticsearchDomainVPCOptions
Returns the value of attribute vpc_options.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def @vpc_options end |