NAME
Paws::SecurityHub::AwsElasticBeanstalkEnvironmentDetails
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::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
DESCRIPTION
Contains details about an Elastic Beanstalk environment.
ATTRIBUTES
ApplicationName => Str
The name of the application that is associated with the environment.
Cname => Str
The URL to the CNAME for this environment.
DateCreated => Str
The creation date for this environment.
DateUpdated => Str
The date when this environment was last modified.
Description => Str
A description of the environment.
EndpointUrl => Str
For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.
EnvironmentArn => Str
The ARN of the environment.
EnvironmentId => Str
The identifier of the environment.
EnvironmentLinks => ArrayRef[Paws::SecurityHub::AwsElasticBeanstalkEnvironmentEnvironmentLink]
Links to other environments in the same group.
EnvironmentName => Str
The name of the environment.
OptionSettings => ArrayRef[Paws::SecurityHub::AwsElasticBeanstalkEnvironmentOptionSetting]
The configuration setting for the environment.
PlatformArn => Str
The ARN of the platform version for the environment.
SolutionStackName => Str
The name of the solution stack that is deployed with the environment.
Status => Str
The current operational status of the environment.
Tier => Paws::SecurityHub::AwsElasticBeanstalkEnvironmentTier
The tier of the environment.
VersionLabel => Str
The application version of the environment.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SecurityHub
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