![]() |
![]()
| ![]() |
![]()
NAMEPaws::Pinpoint::SegmentResponse USAGEThis 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 DESCRIPTIONProvides information about the configuration, dimension, and other settings for a segment. ATTRIBUTESREQUIRED ApplicationId => StrThe unique identifier for the application that the segment is associated with. REQUIRED Arn => StrThe Amazon Resource Name (ARN) of the segment. REQUIRED CreationDate => StrThe date and time when the segment was created. Dimensions => Paws::Pinpoint::SegmentDimensionsThe dimension settings for the segment. REQUIRED Id => StrThe unique identifier for the segment. ImportDefinition => Paws::Pinpoint::SegmentImportResourceThe settings for the import job that's associated with the segment. LastModifiedDate => StrThe date and time when the segment was last modified. Name => StrThe name of the segment. SegmentGroups => Paws::Pinpoint::SegmentGroupListA 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 => StrThe segment type. Valid values are:
Tags => Paws::Pinpoint::MapOf__stringA 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 => IntThe version number of the segment. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Pinpoint BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|