Class: Aws::Types::UpdateEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEndpointRequest
- 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.
-
#endpoint_request ⇒ Types::EndpointRequest
Returns the value of attribute endpoint_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def application_id @application_id end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def endpoint_id @endpoint_id end |
#endpoint_request ⇒ Types::EndpointRequest
Returns the value of attribute endpoint_request.
3056 3057 3058 |
# File 'sig/types.rbs', line 3056 def endpoint_request @endpoint_request end |