![]() |
![]()
| ![]() |
![]()
NAMEPaws::Chime::ProxySession 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::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 DESCRIPTIONThe proxy session for an Amazon Chime Voice Connector. ATTRIBUTESCapabilities => ArrayRef[Str|Undef]The proxy session capabilities. CreatedTimestamp => StrThe created time stamp, in ISO 8601 format. EndedTimestamp => StrThe ended time stamp, in ISO 8601 format. ExpiryMinutes => IntThe number of minutes allowed for the proxy session. GeoMatchLevel => StrThe preference for matching the country or area code of the proxy phone number with that of the first participant. GeoMatchParams => Paws::Chime::GeoMatchParamsThe country and area code for the proxy phone number. Name => StrThe name of the proxy session. NumberSelectionBehavior => StrThe preference for proxy phone number reuse, or stickiness, between the same participants across sessions. Participants => ArrayRef[Paws::Chime::Participant]The proxy session participants. ProxySessionId => StrThe proxy session ID. Status => StrThe status of the proxy session. UpdatedTimestamp => StrThe updated time stamp, in ISO 8601 format. VoiceConnectorId => StrThe Amazon Chime voice connector ID. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Chime 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>
|