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

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

Overview

The endpoint for mobile app and device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

Attributes for endpoint.

Returns:

  • (Hash<String,String>)

560
561
562
563
564
565
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 560

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

#endpoint_arnString

The EndpointArn for mobile app and device.

Returns:

  • (String)

560
561
562
563
564
565
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 560

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