Class: Aws::SNS::Types::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::Endpoint
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
The endpoint for mobile app and device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
Attributes for endpoint.
-
#endpoint_arn ⇒ String
The ‘EndpointArn` for mobile app and device.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
Attributes for endpoint.
543 544 545 546 547 548 |
# File 'lib/aws-sdk-sns/types.rb', line 543 class Endpoint < Struct.new( :endpoint_arn, :attributes) SENSITIVE = [] include Aws::Structure end |
#endpoint_arn ⇒ String
The ‘EndpointArn` for mobile app and device.
543 544 545 546 547 548 |
# File 'lib/aws-sdk-sns/types.rb', line 543 class Endpoint < Struct.new( :endpoint_arn, :attributes) SENSITIVE = [] include Aws::Structure end |