Class: Aws::Pinpoint::Types::EndpointResponse

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

Overview

Endpoint response

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The address or token of the endpoint as provided by your push provider (e.g. DeviceToken or RegistrationId).

Returns:

  • (String)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#application_idString

The ID of the application associated with the endpoint.

Returns:

  • (String)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#attributesHash<String,Array<String>>

Returns:

  • (Hash<String,Array<String>>)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#channel_typeString

The channel type. Valid values: GCM | APNS | APNS_SANDBOX | APNS_VOIP | APNS_VOIP_SANDBOX | ADM | SMS | EMAIL | BAIDU

Returns:

  • (String)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#cohort_idString

A number from 0 - 99 that represents the cohort the endpoint is assigned to. Endpoints are grouped into cohorts randomly, and each cohort contains approximately 1 percent of the endpoints for an app. Amazon Pinpoint assigns cohorts to the holdout or treatment allocations for a campaign.

Returns:

  • (String)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#creation_dateString

The last time the endpoint was created. Provided in ISO 8601 format.

Returns:

  • (String)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#demographicTypes::EndpointDemographic

The endpoint demographic attributes.



3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#effective_dateString

The last time the endpoint was updated. Provided in ISO 8601 format.

Returns:

  • (String)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#endpoint_statusString

The endpoint status. Can be either ACTIVE or INACTIVE. Will be set to INACTIVE if a delivery fails. Will be set to ACTIVE if the address is updated.

Returns:

  • (String)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#idString

The unique ID that you assigned to the endpoint. The ID should be a globally unique identifier (GUID) to ensure that it is unique compared to all other endpoints for the application.

Returns:

  • (String)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#locationTypes::EndpointLocation

The endpoint location attributes.



3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#metricsHash<String,Float>

Custom metrics that your app reports to Amazon Pinpoint.

Returns:

  • (Hash<String,Float>)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#opt_outString

Indicates whether a user has opted out of receiving messages with one of the following values: ALL - User has opted out of all messages. NONE - Users has not opted out and receives all messages.

Returns:

  • (String)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#request_idString

The unique ID for the most recent request to update the endpoint.

Returns:

  • (String)


3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end

#userTypes::EndpointUser

Custom user-specific attributes that your app reports to Amazon Pinpoint.

Returns:



3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-pinpoint/types.rb', line 3452

class EndpointResponse < Struct.new(
  :address,
  :application_id,
  :attributes,
  :channel_type,
  :cohort_id,
  :creation_date,
  :demographic,
  :effective_date,
  :endpoint_status,
  :id,
  :location,
  :metrics,
  :opt_out,
  :request_id,
  :user)
  include Aws::Structure
end