Class: Aws::Pinpoint::Types::GetEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetEndpointResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_response ⇒ Types::EndpointResponse
Provides information about the channel type and other settings for an endpoint.
Instance Attribute Details
#endpoint_response ⇒ Types::EndpointResponse
Provides information about the channel type and other settings for an endpoint.
6609 6610 6611 6612 6613 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6609 class GetEndpointResponse < Struct.new( :endpoint_response) SENSITIVE = [] include Aws::Structure end |