Class: Aws::Types::UpdateEndpointsBatchRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEndpointsBatchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#endpoint_batch_request ⇒ Types::EndpointBatchRequest
Returns the value of attribute endpoint_batch_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def application_id @application_id end |
#endpoint_batch_request ⇒ Types::EndpointBatchRequest
Returns the value of attribute endpoint_batch_request.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def endpoint_batch_request @endpoint_batch_request end |