Class: Aws::Types::OpenSearchCollection
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchCollection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
-
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
-
#status ⇒ Types::OpenSearchResourceStatus
Returns the value of attribute status.
Instance Attribute Details
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def collection_arn @collection_arn end |
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def collection_endpoint @collection_endpoint end |
#status ⇒ Types::OpenSearchResourceStatus
Returns the value of attribute status.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def status @status end |