Class: Aws::Pinpoint::Types::GetEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#endpoint_response ⇒ Types::EndpointResponse
Endpoint response.
Instance Attribute Details
#endpoint_response ⇒ Types::EndpointResponse
Endpoint response
2728 2729 2730 2731 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2728 class GetEndpointResponse < Struct.new( :endpoint_response) include Aws::Structure end |