Class: Aws::Pinpoint::Types::GetEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_responseTypes::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