lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.161.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.162.0
- old
+ new
@@ -766,10 +766,10 @@
# `partition`.
# @option options [Array<Types::TagSpecification>] :tag_specifications
# The tags to apply to the new placement group.
# @return [PlacementGroup]
def create_placement_group(options = {})
- resp = @client.create_placement_group(options)
+ @client.create_placement_group(options)
PlacementGroup.new(
name: options[:group_name],
client: @client
)
end