The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::Pinpoint::SegmentResponse

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Pinpoint::SegmentResponse object:

  $service_obj->Method(Att1 => { ApplicationId => $value, ..., Version => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Pinpoint::SegmentResponse object:

  $result = $service_obj->Method(...);
  $result->Att1->ApplicationId

DESCRIPTION

Provides information about the configuration, dimension, and other settings for a segment.

ATTRIBUTES

REQUIRED ApplicationId => Str

The unique identifier for the application that the segment is associated with.

REQUIRED Arn => Str

The Amazon Resource Name (ARN) of the segment.

REQUIRED CreationDate => Str

The date and time when the segment was created.

Dimensions => Paws::Pinpoint::SegmentDimensions

The dimension settings for the segment.

REQUIRED Id => Str

The unique identifier for the segment.

ImportDefinition => Paws::Pinpoint::SegmentImportResource

The settings for the import job that's associated with the segment.

LastModifiedDate => Str

The date and time when the segment was last modified.

Name => Str

The name of the segment.

SegmentGroups => Paws::Pinpoint::SegmentGroupList

A list of one or more segment groups that apply to the segment. Each segment group consists of zero or more base segments and the dimensions that are applied to those base segments.

REQUIRED SegmentType => Str

The segment type. Valid values are:

  • DIMENSIONAL - A dynamic segment, which is a segment that uses selection criteria that you specify and is based on endpoint data that's reported by your app. Dynamic segments can change over time.

  • IMPORT - A static segment, which is a segment that uses selection criteria that you specify and is based on endpoint definitions that you import from a file. Imported segments are static; they don't change over time.

Tags => Paws::Pinpoint::MapOf__string

A string-to-string map of key-value pairs that identifies the tags that are associated with the segment. Each tag consists of a required tag key and an associated tag value.

Version => Int

The version number of the segment.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Pinpoint

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues