Amazon.EC2.Model.PlacementGroup.PlacementGroup C# (CSharp) Method

PlacementGroup() public method

Instantiates PlacementGroup with the parameterized properties
public PlacementGroup ( string groupName ) : System
groupName string The name of the placement group.
return System
        public PlacementGroup(string groupName)
        {
            _groupName = groupName;
        }

Same methods

PlacementGroup::PlacementGroup ( ) : System