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::Chime::ProxySession

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::Chime::ProxySession object:

  $service_obj->Method(Att1 => { Capabilities => $value, ..., VoiceConnectorId => $value  });

Results returned from an API call

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

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

DESCRIPTION

The proxy session for an Amazon Chime Voice Connector.

ATTRIBUTES

Capabilities => ArrayRef[Str|Undef]

The proxy session capabilities.

CreatedTimestamp => Str

The created time stamp, in ISO 8601 format.

EndedTimestamp => Str

The ended time stamp, in ISO 8601 format.

ExpiryMinutes => Int

The number of minutes allowed for the proxy session.

GeoMatchLevel => Str

The preference for matching the country or area code of the proxy phone number with that of the first participant.

GeoMatchParams => Paws::Chime::GeoMatchParams

The country and area code for the proxy phone number.

Name => Str

The name of the proxy session.

NumberSelectionBehavior => Str

The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

Participants => ArrayRef[Paws::Chime::Participant]

The proxy session participants.

ProxySessionId => Str

The proxy session ID.

Status => Str

The status of the proxy session.

UpdatedTimestamp => Str

The updated time stamp, in ISO 8601 format.

VoiceConnectorId => Str

The Amazon Chime voice connector ID.

SEE ALSO

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

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