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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



6610
6611
6612
6613
6614
# File 'lib/aws-sdk-pinpoint/types.rb', line 6610

class GetEndpointResponse < Struct.new(
  :endpoint_response)
  SENSITIVE = []
  include Aws::Structure
end