Class: Aws::Types::DomainStatus
- Inherits:
-
Object
- Object
- Aws::Types::DomainStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policies ⇒ ::String
Returns the value of attribute access_policies.
-
#advanced_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute advanced_options.
-
#advanced_security_options ⇒ Types::AdvancedSecurityOptions
Returns the value of attribute advanced_security_options.
-
#aiml_options ⇒ Types::AIMLOptionsOutput
Returns the value of attribute aiml_options.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auto_tune_options ⇒ Types::AutoTuneOptionsOutput
Returns the value of attribute auto_tune_options.
-
#automated_snapshot_pause_options ⇒ Types::AutomatedSnapshotPauseOptions
Returns the value of attribute automated_snapshot_pause_options.
-
#change_progress_details ⇒ Types::ChangeProgressDetails
Returns the value of attribute change_progress_details.
-
#cluster_config ⇒ Types::ClusterConfig
Returns the value of attribute cluster_config.
-
#cognito_options ⇒ Types::CognitoOptions
Returns the value of attribute cognito_options.
-
#created ⇒ Boolean
Returns the value of attribute created.
-
#deleted ⇒ Boolean
Returns the value of attribute deleted.
-
#deployment_strategy_options ⇒ Types::DeploymentStrategyOptions
Returns the value of attribute deployment_strategy_options.
-
#domain_endpoint_options ⇒ Types::DomainEndpointOptions
Returns the value of attribute domain_endpoint_options.
-
#domain_endpoint_v2_hosted_zone_id ⇒ ::String
Returns the value of attribute domain_endpoint_v2_hosted_zone_id.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_processing_status ⇒ "Creating", ...
Returns the value of attribute domain_processing_status.
-
#ebs_options ⇒ Types::EBSOptions
Returns the value of attribute ebs_options.
-
#encryption_at_rest_options ⇒ Types::EncryptionAtRestOptions
Returns the value of attribute encryption_at_rest_options.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#endpoint_v2 ⇒ ::String
Returns the value of attribute endpoint_v2.
-
#endpoints ⇒ ::Hash[::String, ::String]
Returns the value of attribute endpoints.
-
#engine_mode ⇒ "GENERAL", "OPTIMIZED"
Returns the value of attribute engine_mode.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#identity_center_options ⇒ Types::IdentityCenterOptions
Returns the value of attribute identity_center_options.
-
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
-
#log_publishing_options ⇒ ::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]
Returns the value of attribute log_publishing_options.
-
#modifying_properties ⇒ ::Array[Types::ModifyingProperties]
Returns the value of attribute modifying_properties.
-
#node_to_node_encryption_options ⇒ Types::NodeToNodeEncryptionOptions
Returns the value of attribute node_to_node_encryption_options.
-
#off_peak_window_options ⇒ Types::OffPeakWindowOptions
Returns the value of attribute off_peak_window_options.
-
#processing ⇒ Boolean
Returns the value of attribute processing.
-
#service_software_options ⇒ Types::ServiceSoftwareOptions
Returns the value of attribute service_software_options.
-
#snapshot_options ⇒ Types::SnapshotOptions
Returns the value of attribute snapshot_options.
-
#software_update_options ⇒ Types::SoftwareUpdateOptions
Returns the value of attribute software_update_options.
-
#upgrade_processing ⇒ Boolean
Returns the value of attribute upgrade_processing.
-
#use_case ⇒ "SEARCH", ...
Returns the value of attribute use_case.
-
#vpc_options ⇒ Types::VPCDerivedInfo
Returns the value of attribute vpc_options.
Instance Attribute Details
#access_policies ⇒ ::String
Returns the value of attribute access_policies.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def access_policies @access_policies end |
#advanced_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute advanced_options.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def @advanced_options end |
#advanced_security_options ⇒ Types::AdvancedSecurityOptions
Returns the value of attribute advanced_security_options.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def @advanced_security_options end |
#aiml_options ⇒ Types::AIMLOptionsOutput
Returns the value of attribute aiml_options.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def @aiml_options end |
#arn ⇒ ::String
Returns the value of attribute arn.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def arn @arn end |
#auto_tune_options ⇒ Types::AutoTuneOptionsOutput
Returns the value of attribute auto_tune_options.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def @auto_tune_options end |
#automated_snapshot_pause_options ⇒ Types::AutomatedSnapshotPauseOptions
Returns the value of attribute automated_snapshot_pause_options.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def @automated_snapshot_pause_options end |
#change_progress_details ⇒ Types::ChangeProgressDetails
Returns the value of attribute change_progress_details.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def change_progress_details @change_progress_details end |
#cluster_config ⇒ Types::ClusterConfig
Returns the value of attribute cluster_config.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def cluster_config @cluster_config end |
#cognito_options ⇒ Types::CognitoOptions
Returns the value of attribute cognito_options.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def @cognito_options end |
#created ⇒ Boolean
Returns the value of attribute created.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def created @created end |
#deleted ⇒ Boolean
Returns the value of attribute deleted.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def deleted @deleted end |
#deployment_strategy_options ⇒ Types::DeploymentStrategyOptions
Returns the value of attribute deployment_strategy_options.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def @deployment_strategy_options end |
#domain_endpoint_options ⇒ Types::DomainEndpointOptions
Returns the value of attribute domain_endpoint_options.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def @domain_endpoint_options end |
#domain_endpoint_v2_hosted_zone_id ⇒ ::String
Returns the value of attribute domain_endpoint_v2_hosted_zone_id.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def domain_endpoint_v2_hosted_zone_id @domain_endpoint_v2_hosted_zone_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def domain_id @domain_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def domain_name @domain_name end |
#domain_processing_status ⇒ "Creating", ...
Returns the value of attribute domain_processing_status.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def domain_processing_status @domain_processing_status end |
#ebs_options ⇒ Types::EBSOptions
Returns the value of attribute ebs_options.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def @ebs_options end |
#encryption_at_rest_options ⇒ Types::EncryptionAtRestOptions
Returns the value of attribute encryption_at_rest_options.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def @encryption_at_rest_options end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def endpoint @endpoint end |
#endpoint_v2 ⇒ ::String
Returns the value of attribute endpoint_v2.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def endpoint_v2 @endpoint_v2 end |
#endpoints ⇒ ::Hash[::String, ::String]
Returns the value of attribute endpoints.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def endpoints @endpoints end |
#engine_mode ⇒ "GENERAL", "OPTIMIZED"
Returns the value of attribute engine_mode.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def engine_mode @engine_mode end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def engine_version @engine_version end |
#identity_center_options ⇒ Types::IdentityCenterOptions
Returns the value of attribute identity_center_options.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def @identity_center_options end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def ip_address_type @ip_address_type end |
#log_publishing_options ⇒ ::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]
Returns the value of attribute log_publishing_options.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def @log_publishing_options end |
#modifying_properties ⇒ ::Array[Types::ModifyingProperties]
Returns the value of attribute modifying_properties.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def @modifying_properties end |
#node_to_node_encryption_options ⇒ Types::NodeToNodeEncryptionOptions
Returns the value of attribute node_to_node_encryption_options.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def @node_to_node_encryption_options end |
#off_peak_window_options ⇒ Types::OffPeakWindowOptions
Returns the value of attribute off_peak_window_options.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def @off_peak_window_options end |
#processing ⇒ Boolean
Returns the value of attribute processing.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def processing @processing end |
#service_software_options ⇒ Types::ServiceSoftwareOptions
Returns the value of attribute service_software_options.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def @service_software_options end |
#snapshot_options ⇒ Types::SnapshotOptions
Returns the value of attribute snapshot_options.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def @snapshot_options end |
#software_update_options ⇒ Types::SoftwareUpdateOptions
Returns the value of attribute software_update_options.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def @software_update_options end |
#upgrade_processing ⇒ Boolean
Returns the value of attribute upgrade_processing.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def upgrade_processing @upgrade_processing end |
#use_case ⇒ "SEARCH", ...
Returns the value of attribute use_case.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def use_case @use_case end |
#vpc_options ⇒ Types::VPCDerivedInfo
Returns the value of attribute vpc_options.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def @vpc_options end |