NAME
Paws::ResourceGroups::GroupConfigurationItem
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::ResourceGroups::GroupConfigurationItem object:
$service_obj->Method(Att1 => { Parameters => $value, ..., Type => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::ResourceGroups::GroupConfigurationItem object:
$result = $service_obj->Method(...);
$result->Att1->Parameters
DESCRIPTION
An item in a group configuration. A group service configuration can have one or more items. For details about group service configuration syntax, see Service configurations for resource groups (https://docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html).
ATTRIBUTES
Parameters => ArrayRef[Paws::ResourceGroups::GroupConfigurationParameter]
A collection of parameters for this group configuration item. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters (https://docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html#about-slg-types).
REQUIRED Type => Str
Specifies the type of group configuration item. Each item must have a unique value for type
. For the list of types that you can specify for a configuration item, see Supported resource types and parameters (https://docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html#about-slg-types).
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ResourceGroups
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