Class: Aws::Types::DomainInfo
- Inherits:
-
Object
- Object
- Aws::Types::DomainInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#engine_type ⇒ "OpenSearch", "Elasticsearch"
Returns the value of attribute engine_type.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def domain_name @domain_name end |
#engine_type ⇒ "OpenSearch", "Elasticsearch"
Returns the value of attribute engine_type.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def engine_type @engine_type end |