Class: Aws::Types::AwsOpenSearchServiceDomainDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpenSearchServiceDomainDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policies ⇒ ::String
Returns the value of attribute access_policies.
-
#advanced_security_options ⇒ Types::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
Returns the value of attribute advanced_security_options.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cluster_config ⇒ Types::AwsOpenSearchServiceDomainClusterConfigDetails
Returns the value of attribute cluster_config.
-
#domain_endpoint ⇒ ::String
Returns the value of attribute domain_endpoint.
-
#domain_endpoint_options ⇒ Types::AwsOpenSearchServiceDomainDomainEndpointOptionsDetails
Returns the value of attribute domain_endpoint_options.
-
#domain_endpoints ⇒ ::Hash[::String, ::String]
Returns the value of attribute domain_endpoints.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#encryption_at_rest_options ⇒ Types::AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails
Returns the value of attribute encryption_at_rest_options.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#log_publishing_options ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOptionsDetails
Returns the value of attribute log_publishing_options.
-
#node_to_node_encryption_options ⇒ Types::AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
Returns the value of attribute node_to_node_encryption_options.
-
#service_software_options ⇒ Types::AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails
Returns the value of attribute service_software_options.
-
#vpc_options ⇒ Types::AwsOpenSearchServiceDomainVpcOptionsDetails
Returns the value of attribute vpc_options.
Instance Attribute Details
#access_policies ⇒ ::String
Returns the value of attribute access_policies.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def access_policies @access_policies end |
#advanced_security_options ⇒ Types::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
Returns the value of attribute advanced_security_options.
3333 3334 3335 |
# File 'sig/types.rbs', line 3333 def @advanced_security_options end |
#arn ⇒ ::String
Returns the value of attribute arn.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def arn @arn end |
#cluster_config ⇒ Types::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.
3323 3324 3325 |
# File 'sig/types.rbs', line 3323 def domain_endpoint @domain_endpoint end |
#domain_endpoint_options ⇒ Types::AwsOpenSearchServiceDomainDomainEndpointOptionsDetails
Returns the value of attribute domain_endpoint_options.
3329 3330 3331 |
# File 'sig/types.rbs', line 3329 def @domain_endpoint_options end |
#domain_endpoints ⇒ ::Hash[::String, ::String]
Returns the value of attribute domain_endpoints.
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.
3321 3322 3323 |
# File 'sig/types.rbs', line 3321 def domain_name @domain_name end |
#encryption_at_rest_options ⇒ Types::AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails
Returns the value of attribute encryption_at_rest_options.
3325 3326 3327 |
# File 'sig/types.rbs', line 3325 def @encryption_at_rest_options end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3324 3325 3326 |
# File 'sig/types.rbs', line 3324 def engine_version @engine_version end |
#id ⇒ ::String
Returns the value of attribute id.
3322 3323 3324 |
# File 'sig/types.rbs', line 3322 def id @id end |
#log_publishing_options ⇒ Types::AwsOpenSearchServiceDomainLogPublishingOptionsDetails
Returns the value of attribute log_publishing_options.
3331 3332 3333 |
# File 'sig/types.rbs', line 3331 def @log_publishing_options end |
#node_to_node_encryption_options ⇒ Types::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 end |
#service_software_options ⇒ Types::AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails
Returns the value of attribute service_software_options.
3327 3328 3329 |
# File 'sig/types.rbs', line 3327 def @service_software_options end |
#vpc_options ⇒ Types::AwsOpenSearchServiceDomainVpcOptionsDetails
Returns the value of attribute vpc_options.
3330 3331 3332 |
# File 'sig/types.rbs', line 3330 def @vpc_options end |