Class: Aws::SNS::Types::CreateEndpointResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Response from CreateEndpoint action.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

EndpointArn returned from CreateEndpoint action.

Returns:

  • (String)


147
148
149
150
# File 'lib/aws-sdk-sns/types.rb', line 147

class CreateEndpointResponse < Struct.new(
  :endpoint_arn)
  include Aws::Structure
end