![]() |
![]()
| ![]() |
![]()
NAMEPaws::AppStream::Application 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::AppStream::Application object: $service_obj->Method(Att1 => { DisplayName => $value, ..., Name => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::AppStream::Application object: $result = $service_obj->Method(...); $result->Att1->DisplayName DESCRIPTIONDescribes an application in the application catalog. ATTRIBUTESDisplayName => StrThe application name to display. Enabled => BoolIf there is a problem, the application can be disabled after image creation. IconURL => StrThe URL for the application icon. This URL might be time-limited. LaunchParameters => StrThe arguments that are passed to the application at launch. LaunchPath => StrThe path to the application executable in the instance. Metadata => Paws::AppStream::MetadataAdditional attributes that describe the application. Name => StrThe name of the application. SEE ALSOThis class forms part of Paws, describing an object used in Paws::AppStream 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>
|