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>)


547
548
549
550
551
552
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 547

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

#endpoint_arnString

The EndpointArn for mobile app and device.

Returns:

  • (String)


547
548
549
550
551
552
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 547

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