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

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

Overview

Response from CreateEndpoint action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

EndpointArn returned from CreateEndpoint action.

Returns:

  • (String)


214
215
216
217
218
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 214

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