Class: Aws::Pinpoint::Types::ExportJobResource

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

Overview

Export job resource.

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

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

Returns:

  • (String)


4609
4610
4611
4612
4613
4614
4615
# File 'lib/aws-sdk-pinpoint/types.rb', line 4609

class ExportJobResource < Struct.new(
  :role_arn,
  :s3_url_prefix,
  :segment_id,
  :segment_version)
  include Aws::Structure
end

#s3_url_prefixString

A URL that points to the location within an Amazon S3 bucket that will receive the export. The location is typically a folder with multiple files. The URL should follow this format: s3://bucket-name/folder-name/ Amazon Pinpoint will export endpoints to this location.

Returns:

  • (String)


4609
4610
4611
4612
4613
4614
4615
# File 'lib/aws-sdk-pinpoint/types.rb', line 4609

class ExportJobResource < Struct.new(
  :role_arn,
  :s3_url_prefix,
  :segment_id,
  :segment_version)
  include Aws::Structure
end

#segment_idString

The ID of the segment to export endpoints from. If not present, Amazon Pinpoint exports all of the endpoints that belong to the application.

Returns:

  • (String)


4609
4610
4611
4612
4613
4614
4615
# File 'lib/aws-sdk-pinpoint/types.rb', line 4609

class ExportJobResource < Struct.new(
  :role_arn,
  :s3_url_prefix,
  :segment_id,
  :segment_version)
  include Aws::Structure
end

#segment_versionInteger

The version of the segment to export if specified.

Returns:

  • (Integer)


4609
4610
4611
4612
4613
4614
4615
# File 'lib/aws-sdk-pinpoint/types.rb', line 4609

class ExportJobResource < Struct.new(
  :role_arn,
  :s3_url_prefix,
  :segment_id,
  :segment_version)
  include Aws::Structure
end