Class: Aws::SNS::Types::Endpoint

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

Overview

Endpoint for mobile app and device.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

Attributes for endpoint.

Returns:

  • (Hash<String,String>)


387
388
389
390
391
# File 'lib/aws-sdk-sns/types.rb', line 387

class Endpoint < Struct.new(
  :endpoint_arn,
  :attributes)
  include Aws::Structure
end

#endpoint_arnString

EndpointArn for mobile app and device.

Returns:

  • (String)


387
388
389
390
391
# File 'lib/aws-sdk-sns/types.rb', line 387

class Endpoint < Struct.new(
  :endpoint_arn,
  :attributes)
  include Aws::Structure
end