NAME

Paws::EMR::InstanceGroupDetail

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::EMR::InstanceGroupDetail object:

$service_obj->Method(Att1 => { BidPrice => $value, ..., State => $value  });

Results returned from an API call

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

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

DESCRIPTION

Detailed information about an instance group.

ATTRIBUTES

BidPrice => Str

The bid price for each EC2 Spot instance type as defined by InstanceType. Expressed in USD. If neither BidPrice nor BidPriceAsPercentageOfOnDemandPrice is provided, BidPriceAsPercentageOfOnDemandPrice defaults to 100%.

REQUIRED CreationDateTime => Str

The date/time the instance group was created.

EndDateTime => Str

The date/time the instance group was terminated.

InstanceGroupId => Str

Unique identifier for the instance group.

REQUIRED InstanceRequestCount => Int

Target number of instances to run in the instance group.

REQUIRED InstanceRole => Str

Instance group role in the cluster

REQUIRED InstanceRunningCount => Int

Actual count of running instances.

REQUIRED InstanceType => Str

EC2 instance type.

LastStateChangeReason => Str

Details regarding the state of the instance group.

REQUIRED Market => Str

Market type of the EC2 instances used to create a cluster node.

Name => Str

Friendly name for the instance group.

ReadyDateTime => Str

The date/time the instance group was available to the cluster.

StartDateTime => Str

The date/time the instance group was started.

REQUIRED State => Str

State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED.

SEE ALSO

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

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