![]() |
![]()
| ![]() |
![]()
NAMEPaws::SecurityHub::AwsElasticBeanstalkEnvironmentDetails 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::SecurityHub::AwsElasticBeanstalkEnvironmentDetails object: $service_obj->Method(Att1 => { ApplicationName => $value, ..., VersionLabel => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SecurityHub::AwsElasticBeanstalkEnvironmentDetails object: $result = $service_obj->Method(...); $result->Att1->ApplicationName DESCRIPTIONContains details about an Elastic Beanstalk environment. ATTRIBUTESApplicationName => StrThe name of the application that is associated with the environment. Cname => StrThe URL to the CNAME for this environment. DateCreated => StrThe creation date for this environment. DateUpdated => StrThe date when this environment was last modified. Description => StrA description of the environment. EndpointUrl => StrFor load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance. EnvironmentArn => StrThe ARN of the environment. EnvironmentId => StrThe identifier of the environment. EnvironmentLinks => ArrayRef[Paws::SecurityHub::AwsElasticBeanstalkEnvironmentEnvironmentLink]Links to other environments in the same group. EnvironmentName => StrThe name of the environment. OptionSettings => ArrayRef[Paws::SecurityHub::AwsElasticBeanstalkEnvironmentOptionSetting]The configuration setting for the environment. PlatformArn => StrThe ARN of the platform version for the environment. SolutionStackName => StrThe name of the solution stack that is deployed with the environment. Status => StrThe current operational status of the environment. Tier => Paws::SecurityHub::AwsElasticBeanstalkEnvironmentTierThe tier of the environment. VersionLabel => StrThe application version of the environment. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SecurityHub 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>
|