Class: Aws::Pinpoint::Types::SegmentImportResource

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

Overview

Segment import definition.

Instance Attribute Summary collapse

Instance Attribute Details

#channel_countsHash<String,Integer>

Returns:

  • (Hash<String,Integer>)


4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-pinpoint/types.rb', line 4087

class SegmentImportResource < Struct.new(
  :channel_counts,
  :external_id,
  :format,
  :role_arn,
  :s3_url,
  :size)
  include Aws::Structure
end

#external_idString

A unique, custom ID assigned to the IAM role that restricts who can assume the role.

Returns:

  • (String)


4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-pinpoint/types.rb', line 4087

class SegmentImportResource < Struct.new(
  :channel_counts,
  :external_id,
  :format,
  :role_arn,
  :s3_url,
  :size)
  include Aws::Structure
end

#formatString

The format of the endpoint files that were imported to create this segment. Valid values: CSV, JSON

Returns:

  • (String)


4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-pinpoint/types.rb', line 4087

class SegmentImportResource < Struct.new(
  :channel_counts,
  :external_id,
  :format,
  :role_arn,
  :s3_url,
  :size)
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the endpoints in Amazon S3.

Returns:

  • (String)


4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-pinpoint/types.rb', line 4087

class SegmentImportResource < Struct.new(
  :channel_counts,
  :external_id,
  :format,
  :role_arn,
  :s3_url,
  :size)
  include Aws::Structure
end

#s3_urlString

A URL that points to the Amazon S3 location from which the endpoints for this segment were imported.

Returns:

  • (String)


4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-pinpoint/types.rb', line 4087

class SegmentImportResource < Struct.new(
  :channel_counts,
  :external_id,
  :format,
  :role_arn,
  :s3_url,
  :size)
  include Aws::Structure
end

#sizeInteger

The number of endpoints that were successfully imported to create this segment.

Returns:

  • (Integer)


4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-pinpoint/types.rb', line 4087

class SegmentImportResource < Struct.new(
  :channel_counts,
  :external_id,
  :format,
  :role_arn,
  :s3_url,
  :size)
  include Aws::Structure
end