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