Class: Aws::Types::OpenSearchApplication
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchApplication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_endpoint ⇒ ::String
Returns the value of attribute application_endpoint.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#status ⇒ Types::OpenSearchResourceStatus
Returns the value of attribute status.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def application_arn @application_arn end |
#application_endpoint ⇒ ::String
Returns the value of attribute application_endpoint.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def application_endpoint @application_endpoint end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def application_id @application_id end |
#status ⇒ Types::OpenSearchResourceStatus
Returns the value of attribute status.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def status @status end |